diff options
Diffstat (limited to 'devel/pecl-APCu/Makefile')
-rw-r--r-- | devel/pecl-APCu/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/pecl-APCu/Makefile b/devel/pecl-APCu/Makefile index b4843d3..00a995a 100644 --- a/devel/pecl-APCu/Makefile +++ b/devel/pecl-APCu/Makefile @@ -4,10 +4,7 @@ PORTNAME= APCu PORTVERSION= 5.1.8 CATEGORIES= devel -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- DISTNAME= ${PORTNAME:tl}-${PORTVERSION} -DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com COMMENT= APC User Caching @@ -17,7 +14,7 @@ LICENSE= PHP301 CONFLICTS_INSTALL= pecl-APC- IGNORE_WITH_PHP=56 -USES= localbase php:ext tar:tgz +USES= localbase php:pecl PHP_MODNAME= ${PORTNAME:tl} .include <bsd.port.mk> |