diff options
author | mat <mat@FreeBSD.org> | 2017-04-10 23:08:47 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-10 23:08:47 +0800 |
commit | 2675657c002fee1c5a761e23f37cc25c7caf015c (patch) | |
tree | 212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /math/pecl-stats2 | |
parent | 0810f8e4e198cae9495224bbec2d93c730de667f (diff) | |
download | freebsd-ports-gnome-2675657c002fee1c5a761e23f37cc25c7caf015c.tar.gz freebsd-ports-gnome-2675657c002fee1c5a761e23f37cc25c7caf015c.tar.zst freebsd-ports-gnome-2675657c002fee1c5a761e23f37cc25c7caf015c.zip |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
Diffstat (limited to 'math/pecl-stats2')
-rw-r--r-- | math/pecl-stats2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/pecl-stats2/Makefile b/math/pecl-stats2/Makefile index 37b4cf4ddb56..f5d6b6a73771 100644 --- a/math/pecl-stats2/Makefile +++ b/math/pecl-stats2/Makefile @@ -3,10 +3,7 @@ PORTNAME= stats PORTVERSION= 2.0.3 CATEGORIES= math textproc pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- PKGNAMESUFFIX= 2 -DIST_SUBDIR= PECL MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension with routines for statistical computation @@ -16,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^2.* -USES= php:ext tar:tgz +USES= php:pecl IGNORE_WITH_PHP= 56 CONFLICTS= pecl-stats-1* |