diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-16 04:52:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-16 04:52:16 +0800 |
commit | 61ec24616b4214e052a8520cc80826cbefafce03 (patch) | |
tree | 1ad8b757f04e805b11e59683c13283b24b9e6320 /www | |
parent | 7c31114f9a5e3dc1e41cded41c03ceee2a87a205 (diff) | |
download | freebsd-ports-gnome-61ec24616b4214e052a8520cc80826cbefafce03.tar.gz freebsd-ports-gnome-61ec24616b4214e052a8520cc80826cbefafce03.tar.zst freebsd-ports-gnome-61ec24616b4214e052a8520cc80826cbefafce03.zip |
- Add pecl-yar 1.2.0
Yar (Yet another RPC framework) is a light, concurrent RPC framework,
supports multi package protocols (json, msgpack)
WWW: http://pecl.php.net/package/yar
PR: ports/183991
Submitted by: John Chen <johnpupu@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-yar/Makefile | 31 | ||||
-rw-r--r-- | www/pecl-yar/distinfo | 2 | ||||
-rw-r--r-- | www/pecl-yar/pkg-descr | 4 |
3 files changed, 37 insertions, 0 deletions
diff --git a/www/pecl-yar/Makefile b/www/pecl-yar/Makefile new file mode 100644 index 000000000000..434d74da56ed --- /dev/null +++ b/www/pecl-yar/Makefile @@ -0,0 +1,31 @@ +# Created by: John Chen <johnpupu@gmail.com> +# $FreeBSD$ + +PORTNAME= yar +PORTVERSION= 1.2.0 +CATEGORIES= www +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= johnpupu@gmail.com +COMMENT= Yar (Yet another RPC framework) is a light, concurrent RPC framework + +LICENSE= PHP301 + +PHP_MODNAME= yar +USE_PHP= json curl +USE_PHPEXT= yes +USE_PHPIZE= yes +USE_PHP_BUILD= yes + +CFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config + +OPTIONS_DEFINE= MSGPACK +MSGPACK_DESC= Enable MSGPACK module +MSGPACK_BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:${PORTSDIR}/devel/pecl-msgpack +MSGPACK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:${PORTSDIR}/devel/pecl-msgpack + +.include <bsd.port.mk> diff --git a/www/pecl-yar/distinfo b/www/pecl-yar/distinfo new file mode 100644 index 000000000000..110b69834ced --- /dev/null +++ b/www/pecl-yar/distinfo @@ -0,0 +1,2 @@ +SHA256 (PECL/yar-1.2.0.tgz) = b1fbaae7e5dfa5488414495a811ac05b8f3976f8963076680c02a96ff8385ec0 +SIZE (PECL/yar-1.2.0.tgz) = 33625 diff --git a/www/pecl-yar/pkg-descr b/www/pecl-yar/pkg-descr new file mode 100644 index 000000000000..ba33f57eb7e4 --- /dev/null +++ b/www/pecl-yar/pkg-descr @@ -0,0 +1,4 @@ +Yar (Yet another RPC framework) is a light, concurrent RPC framework, +supports multi package protocols (json, msgpack) + +WWW: http://pecl.php.net/package/yar |