diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 16:59:26 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 16:59:26 +0800 |
commit | 7d1554bd67693b84bd89f0d01ef3ad0ce5ba5639 (patch) | |
tree | d8dd27430757a5bf100743c1911234a772ff0dfd /math | |
parent | 487911ba0b5b99bcffd1ace245f45e4d0da5ca16 (diff) | |
download | freebsd-ports-gnome-7d1554bd67693b84bd89f0d01ef3ad0ce5ba5639.tar.gz freebsd-ports-gnome-7d1554bd67693b84bd89f0d01ef3ad0ce5ba5639.tar.zst freebsd-ports-gnome-7d1554bd67693b84bd89f0d01ef3ad0ce5ba5639.zip |
1: add LICENSE.
2: switch to USES=tar:tgz
Diffstat (limited to 'math')
-rw-r--r-- | math/pecl-stats/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index f3b81f9f0dae..46dcc51e18ae 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -6,12 +6,14 @@ PORTVERSION= 1.0.3 CATEGORIES= math textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= PECL extension which with routines for statistical computation +LICENSE= PHP30 + +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes |