diff options
author | miwi <miwi@FreeBSD.org> | 2016-02-18 22:47:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-02-18 22:47:05 +0800 |
commit | 0605c2e30fd40378d7d04ab8d5fa3016d20395bd (patch) | |
tree | e69b03665ccb6cfc03028cfd2ad64ba204ed3d0f /math | |
parent | c3ce6a8b5508bdf420f83160811e90504704c834 (diff) | |
download | freebsd-ports-gnome-0605c2e30fd40378d7d04ab8d5fa3016d20395bd.tar.gz freebsd-ports-gnome-0605c2e30fd40378d7d04ab8d5fa3016d20395bd.tar.zst freebsd-ports-gnome-0605c2e30fd40378d7d04ab8d5fa3016d20395bd.zip |
- Ignore php70
- While here remove old php gruft
Diffstat (limited to 'math')
-rw-r--r-- | math/pecl-big_int/Makefile | 1 | ||||
-rw-r--r-- | math/pecl-bitset/Makefile | 1 | ||||
-rw-r--r-- | math/pecl-stats/Makefile | 1 | ||||
-rw-r--r-- | math/pecl-trader/Makefile | 3 |
4 files changed, 4 insertions, 2 deletions
diff --git a/math/pecl-big_int/Makefile b/math/pecl-big_int/Makefile index 223adf30fc7c..505e45bd0f5a 100644 --- a/math/pecl-big_int/Makefile +++ b/math/pecl-big_int/Makefile @@ -14,6 +14,7 @@ COMMENT= Functions for calculations with arbitrary length integers and bitsets USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 DOCS= CREDITS INSTALL LICENSE README docs/index.html libbig_int/CREDITS \ libbig_int/LICENSE diff --git a/math/pecl-bitset/Makefile b/math/pecl-bitset/Makefile index ee6154998ddd..3fd27da6788f 100644 --- a/math/pecl-bitset/Makefile +++ b/math/pecl-bitset/Makefile @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index 979493cdab02..0b753e3d4b26 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -16,5 +16,6 @@ LICENSE= PHP30 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/math/pecl-trader/Makefile b/math/pecl-trader/Makefile index 63d4259635b6..6c42c39d1c8f 100644 --- a/math/pecl-trader/Makefile +++ b/math/pecl-trader/Makefile @@ -16,7 +16,6 @@ LICENSE= BSD2CLAUSE USE_PHP= yes USE_PHPEXT= yes - -IGNORE_WITH_PHP= 52 +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> |