diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-12-01 06:35:55 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-12-01 06:35:55 +0000 |
commit | c71ebcfa3810a7d3353de88981165bf96168f59b (patch) | |
tree | 0818c123269cae5f19d38cb2da16c72530d84c3c /net-im/pecl-stomp | |
parent | c251ac69eb94f1e8befc2f4f83a7f86085773500 (diff) | |
download | ports-c71ebcfa3810a7d3353de88981165bf96168f59b.tar.gz ports-c71ebcfa3810a7d3353de88981165bf96168f59b.zip |
pecl-stomp allows php applications to communicate with any
Stomp compliant Message Brokers through easy object oriented
and procedural interfaces.
WWW: http://pecl.php.net/package/stomp
Notes
Notes:
svn path=/head/; revision=245048
Diffstat (limited to 'net-im/pecl-stomp')
-rw-r--r-- | net-im/pecl-stomp/Makefile | 22 | ||||
-rw-r--r-- | net-im/pecl-stomp/distinfo | 3 | ||||
-rw-r--r-- | net-im/pecl-stomp/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile new file mode 100644 index 000000000000..a9df7989706b --- /dev/null +++ b/net-im/pecl-stomp/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: pecl-stomp +# Date created: 1st Dec, 2009 +# Whom: wen@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= stomp +PORTVERSION= 0.3.2 +CATEGORIES= net-im pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz + +MAINTAINER= miwi@FreeBSD.org +COMMENT= PECL extension of stomp client + +USE_PHP= yes +USE_PHPIZE= yes +USE_PHPEXT= yes + +.include <bsd.port.mk> diff --git a/net-im/pecl-stomp/distinfo b/net-im/pecl-stomp/distinfo new file mode 100644 index 000000000000..452e79d5e84d --- /dev/null +++ b/net-im/pecl-stomp/distinfo @@ -0,0 +1,3 @@ +MD5 (stomp-0.3.2.tgz) = 1c5c305767d56d53e35ce6df9e40babf +SHA256 (stomp-0.3.2.tgz) = 027e748847fff049adf9bb7053ff13f54bc96f60636688d51de081515d39ff34 +SIZE (stomp-0.3.2.tgz) = 16668 diff --git a/net-im/pecl-stomp/pkg-descr b/net-im/pecl-stomp/pkg-descr new file mode 100644 index 000000000000..9926ad19f02c --- /dev/null +++ b/net-im/pecl-stomp/pkg-descr @@ -0,0 +1,5 @@ +pecl-stomp allows php applications to communicate with any +Stomp compliant Message Brokers through easy object oriented +and procedural interfaces. + +WWW: http://pecl.php.net/package/stomp |