diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2016-04-06 13:04:40 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2016-04-06 13:04:40 +0000 |
commit | f7d6d5a3b2a7c750da6cfcdfd5de6333c348faca (patch) | |
tree | 24424a882fc9a5903d29d59752d11f7de76638f0 /devel/pecl-propro2 | |
parent | ebc06fe89abffe34d4e6b36d2c408b56f176b622 (diff) |
Notes
Diffstat (limited to 'devel/pecl-propro2')
-rw-r--r-- | devel/pecl-propro2/Makefile | 26 | ||||
-rw-r--r-- | devel/pecl-propro2/distinfo | 2 | ||||
-rw-r--r-- | devel/pecl-propro2/pkg-descr | 7 |
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/pecl-propro2/Makefile b/devel/pecl-propro2/Makefile new file mode 100644 index 000000000000..17ce4299b47c --- /dev/null +++ b/devel/pecl-propro2/Makefile @@ -0,0 +1,26 @@ +# Created by: Muhammad Moinur Rahman<bofh@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= propro +PORTVERSION= 2.0.0 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 2 + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Facility to manage extension object properties + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +PORTSCOUT= limit:^2.* + +PHP_DEFAULT= 70 +USES= gmake tar:tgz +USE_PHP= yes +USE_PHPEXT= yes +IGNORE_WITH_PHP= 55 56 +CONFLICTS= pecl-propro-1* + +.include <bsd.port.mk> diff --git a/devel/pecl-propro2/distinfo b/devel/pecl-propro2/distinfo new file mode 100644 index 000000000000..53016e73346c --- /dev/null +++ b/devel/pecl-propro2/distinfo @@ -0,0 +1,2 @@ +SHA256 (propro-2.0.0.tgz) = 4ddafb46b9c5d2ff6fa5ffcd7b30e13cc293512d0fa822b06eb4e0411370149e +SIZE (propro-2.0.0.tgz) = 13360 diff --git a/devel/pecl-propro2/pkg-descr b/devel/pecl-propro2/pkg-descr new file mode 100644 index 000000000000..5632256e6477 --- /dev/null +++ b/devel/pecl-propro2/pkg-descr @@ -0,0 +1,7 @@ +A facility to manage possibly persistent resources with a comprehensible API. +Provides simliar functionality like the zend_list API, but with more flexiblity +and freedom. + +php70+ specific version only. + +WWW: http://pecl.php.net/package/propro/ |