diff options
Diffstat (limited to 'devel/pecl-params/Makefile')
-rw-r--r-- | devel/pecl-params/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/pecl-params/Makefile b/devel/pecl-params/Makefile index 5e28847..a35dc81 100644 --- a/devel/pecl-params/Makefile +++ b/devel/pecl-params/Makefile @@ -5,14 +5,11 @@ PORTNAME= params PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= devel pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= PECL extension for a userspace equivalent of zend_parse_parameters() -USES= php:ext tar:tgz +USES= php:pecl IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-params |