diff options
Diffstat (limited to 'math/pecl-stats/Makefile')
-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 |