diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 10:48:58 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 10:48:58 +0800 |
commit | 15043196c68653de7cf2490fc30e8664336c0c1f (patch) | |
tree | 3f3fc5fcd61b17af5bf40bda03d105287f2d963d /devel | |
parent | 2f35bb576ce944b95a5bec2e27ed93da3b18b70c (diff) | |
download | freebsd-ports-gnome-15043196c68653de7cf2490fc30e8664336c0c1f.tar.gz freebsd-ports-gnome-15043196c68653de7cf2490fc30e8664336c0c1f.tar.zst freebsd-ports-gnome-15043196c68653de7cf2490fc30e8664336c0c1f.zip |
switch to USES=tar:tgz
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pecl-automap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pecl-automap/Makefile b/devel/pecl-automap/Makefile index 2be4c05d3b4c..bd0670bcab87 100644 --- a/devel/pecl-automap/Makefile +++ b/devel/pecl-automap/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 2.1.0 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org @@ -14,6 +13,7 @@ COMMENT= PECL extension offering a fast map-based autoloader LICENSE= PHP301 +USES= tar:tgz USE_PHP= spl USE_PHP_BUILD= yes USE_PHPEXT= yes |