summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-02-14 19:21:31 +0000
committerRene Ladan <rene@FreeBSD.org>2016-02-14 19:21:31 +0000
commitd5ce1f73bc9d396f962ccc0f312c1f1e1ac50862 (patch)
tree8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /math
parentCorrect URL. (diff)
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month. Adjust Mk/bsd.php.mk Reviewed by: antoine, marino Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D5278
Notes
Notes: svn path=/head/; revision=408884
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/php5-bcmath/Makefile10
-rw-r--r--math/php5-gmp/Makefile10
3 files changed, 0 insertions, 22 deletions
diff --git a/math/Makefile b/math/Makefile
index df8c34032f70..2c591b25f697 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -556,8 +556,6 @@
SUBDIR += pecl-bitset
SUBDIR += pecl-stats
SUBDIR += pecl-trader
- SUBDIR += php5-bcmath
- SUBDIR += php5-gmp
SUBDIR += php55-bcmath
SUBDIR += php55-gmp
SUBDIR += php56-bcmath
diff --git a/math/php5-bcmath/Makefile b/math/php5-bcmath/Makefile
deleted file mode 100644
index 4888d2bbac18..000000000000
--- a/math/php5-bcmath/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= math
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -bcmath
-
-.include "${MASTERDIR}/Makefile"
diff --git a/math/php5-gmp/Makefile b/math/php5-gmp/Makefile
deleted file mode 100644
index 749fb58f48b8..000000000000
--- a/math/php5-gmp/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= math
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -gmp
-
-.include "${MASTERDIR}/Makefile"