diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 15:08:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 15:08:47 +0000 |
commit | 3fc575d9f3970c4b3d271c59b1f318d32b624b71 (patch) | |
tree | 212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /devel/pecl-dio | |
parent | 2c5242ce188ffc61ed37118b2f79a41a85420bda (diff) |
Notes
Diffstat (limited to 'devel/pecl-dio')
-rw-r--r-- | devel/pecl-dio/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/pecl-dio/Makefile b/devel/pecl-dio/Makefile index f51ca05a5b79..af62ccbd5d59 100644 --- a/devel/pecl-dio/Makefile +++ b/devel/pecl-dio/Makefile @@ -4,17 +4,13 @@ PORTNAME= dio DISTVERSION= 0.0.7 PORTREVISION= 1 CATEGORIES= devel pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PECL MAINTAINER= flo@FreeBSD.org COMMENT= PECL extension that provides direct access to low level IO LICENSE= PHP30 -USES= php:ext +USES= php:pecl IGNORE_WITH_PHP= 70 71 .include <bsd.port.mk> |