aboutsummaryrefslogtreecommitdiff
path: root/math/pecl-bitset2/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-04-10 15:08:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-04-10 15:08:47 +0000
commit3fc575d9f3970c4b3d271c59b1f318d32b624b71 (patch)
tree212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /math/pecl-bitset2/Makefile
parent2c5242ce188ffc61ed37118b2f79a41a85420bda (diff)
downloadports-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.gz
ports-3fc575d9f3970c4b3d271c59b1f318d32b624b71.zip
Notes
Diffstat (limited to 'math/pecl-bitset2/Makefile')
-rw-r--r--math/pecl-bitset2/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/pecl-bitset2/Makefile b/math/pecl-bitset2/Makefile
index 346fe6d00b9c..619fa3fd1438 100644
--- a/math/pecl-bitset2/Makefile
+++ b/math/pecl-bitset2/Makefile
@@ -5,10 +5,7 @@ PORTNAME= bitset
PORTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= math
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PECL extension for manipulating bitsets
@@ -19,6 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limit:^2\.
IGNORE_WITH_PHP=70 71
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>