diff options
Diffstat (limited to 'net/pecl-yp/Makefile')
-rw-r--r-- | net/pecl-yp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/pecl-yp/Makefile b/net/pecl-yp/Makefile index cdf86b5..29f6cc1 100644 --- a/net/pecl-yp/Makefile +++ b/net/pecl-yp/Makefile @@ -5,16 +5,13 @@ PORTNAME= yp PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= net pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL MAINTAINER= gasol.wu@gmail.com COMMENT= YP/NIS functions binding for PHP LICENSE= PHP301 -USES= php:ext tar:tgz +USES= php:pecl IGNORE_WITH_PHP= 70 .include <bsd.port.mk> |