diff options
Diffstat (limited to 'devel/pecl-ev/Makefile')
-rw-r--r-- | devel/pecl-ev/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/pecl-ev/Makefile b/devel/pecl-ev/Makefile index 4faf2d3..4a8ab14 100644 --- a/devel/pecl-ev/Makefile +++ b/devel/pecl-ev/Makefile @@ -4,9 +4,6 @@ PORTNAME= ev PORTVERSION= 1.0.4 CATEGORIES= devel -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com COMMENT= Libev extension for PHP @@ -14,6 +11,6 @@ COMMENT= Libev extension for PHP LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= php:ext tar:tgz +USES= php:pecl .include <bsd.port.mk> |