diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-06 07:32:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-06 07:32:56 +0000 |
commit | e6af88a7781e45eb2cb5886cfc9523dc32d6c8ab (patch) | |
tree | fdf876d3717e8f6506dc509ba4ca5b4380354f4e /www/pecl-swish | |
parent | f2eb6a037c6d66c85b8e82a585ca29f5a525cb0e (diff) | |
download | ports-e6af88a7781e45eb2cb5886cfc9523dc32d6c8ab.tar.gz ports-e6af88a7781e45eb2cb5886cfc9523dc32d6c8ab.zip |
Notes
Diffstat (limited to 'www/pecl-swish')
-rw-r--r-- | www/pecl-swish/Makefile | 27 | ||||
-rw-r--r-- | www/pecl-swish/distinfo | 3 | ||||
-rw-r--r-- | www/pecl-swish/pkg-descr | 3 |
3 files changed, 33 insertions, 0 deletions
diff --git a/www/pecl-swish/Makefile b/www/pecl-swish/Makefile new file mode 100644 index 000000000000..def6a609931c --- /dev/null +++ b/www/pecl-swish/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: pecl-swish +# Date created: 2007/03/02 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= swish +PORTVERSION= 0.2.0 +CATEGORIES= www pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Swish-e bindings for PHP + +BUILD_DEPENDS= swish-config:${PORTSDIR}/www/swish-e +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PHP= yes +USE_PHPEXT= yes + +CONFIGURE_ARGS= --enable-swish --with-swish=${LOCALBASE}/bin + +.include <bsd.port.mk> diff --git a/www/pecl-swish/distinfo b/www/pecl-swish/distinfo new file mode 100644 index 000000000000..8a9d9802fffb --- /dev/null +++ b/www/pecl-swish/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/swish-0.2.0.tgz) = e697d70c7244b134f5c035887c5720cd +SHA256 (PECL/swish-0.2.0.tgz) = 544e32ad66614075b41f36b70207262b7e67bf3236b5372f47d73b8a08e3dff0 +SIZE (PECL/swish-0.2.0.tgz) = 71704 diff --git a/www/pecl-swish/pkg-descr b/www/pecl-swish/pkg-descr new file mode 100644 index 000000000000..1184c6caf94f --- /dev/null +++ b/www/pecl-swish/pkg-descr @@ -0,0 +1,3 @@ +This extension provides bindings to the Swish-e API. + +WWW: http://pecl.php.net/package/swish/ |