aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-propro2/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-04-06 13:04:40 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-04-06 13:04:40 +0000
commitf7d6d5a3b2a7c750da6cfcdfd5de6333c348faca (patch)
tree24424a882fc9a5903d29d59752d11f7de76638f0 /devel/pecl-propro2/Makefile
parentebc06fe89abffe34d4e6b36d2c408b56f176b622 (diff)
Notes
Diffstat (limited to 'devel/pecl-propro2/Makefile')
-rw-r--r--devel/pecl-propro2/Makefile26
1 files changed, 26 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>