diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-10-02 12:09:05 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-10-02 12:09:05 +0000 |
commit | edf64b31b4d387c86a23261759fa0d3890e37b3d (patch) | |
tree | f974e5c3a1438f2703112ee8ae2c49b8f93701b9 /math/pecl-stats | |
parent | d164220a7a3467682657503e02b7c9dcbad6e61f (diff) |
Notes
Diffstat (limited to 'math/pecl-stats')
-rw-r--r-- | math/pecl-stats/Makefile | 4 | ||||
-rw-r--r-- | math/pecl-stats/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index 83074f5d1457..e41a0d610d4d 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -9,11 +9,13 @@ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= dbaio@bsd.com.br -COMMENT= PECL extension which with routines for statistical computation +COMMENT= PECL extension with routines for statistical computation LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE +PORTSCOUT= limit:^1.* + USES= php:ext tar:tgz IGNORE_WITH_PHP= 70 diff --git a/math/pecl-stats/pkg-descr b/math/pecl-stats/pkg-descr index 4634d8ead91c..f9178318653f 100644 --- a/math/pecl-stats/pkg-descr +++ b/math/pecl-stats/pkg-descr @@ -1,4 +1,4 @@ -This ststs extension for PHP provides few dozens routines for statistical +Extension for PHP that provides few dozens routines for statistical computation. WWW: http://pecl.php.net/package/stats/ |