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 /math/pecl-stats | |
parent | 2c5242ce188ffc61ed37118b2f79a41a85420bda (diff) |
Notes
Diffstat (limited to 'math/pecl-stats')
-rw-r--r-- | math/pecl-stats/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index a399d1be7ab6..7c5493cf0bcc 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -4,9 +4,6 @@ PORTNAME= stats PORTVERSION= 1.0.5 CATEGORIES= math textproc pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -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:^1.* -USES= php:ext tar:tgz +USES= php:pecl IGNORE_WITH_PHP= 70 71 .include <bsd.port.mk> |