diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-02-24 08:59:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-02-24 08:59:26 +0000 |
commit | 5e856835dae29937db8f383a275bde8bb07b6d66 (patch) | |
tree | d8dd27430757a5bf100743c1911234a772ff0dfd /math/pecl-stats | |
parent | 0efe6f949e2c7f44c076cd20083b1cd1470f5de6 (diff) |
Notes
Diffstat (limited to 'math/pecl-stats')
-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 |