diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-17 14:13:17 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-17 14:13:17 +0000 |
commit | ab17c1eacddd332c173b434de5cf194ea61b63ae (patch) | |
tree | 6950b9f0d162b059bcfc18f369157cfdd36425ad /math/pecl-stats | |
parent | a76d003ccee8e63f053fbd2672ad685436c1f8b4 (diff) |
Notes
Diffstat (limited to 'math/pecl-stats')
-rw-r--r-- | math/pecl-stats/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index fc85d2299c97..91d2752852b8 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -11,9 +11,10 @@ COMMENT= PECL extension with routines for statistical computation LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUT= limit:^1.* +IGNORE_WITH_PHP= 70 71 72 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 + +PORTSCOUT= limit:^1.* .include <bsd.port.mk> |