aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2012-05-16 17:46:51 +0800
committerflo <flo@FreeBSD.org>2012-05-16 17:46:51 +0800
commit279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19 (patch)
tree2de93387d7ad1df58a7807b573d91395f20dccb9 /math
parent604a42f7a6032c5db4396ed6acc540dc4fc691c4 (diff)
downloadfreebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.tar.gz
freebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.tar.zst
freebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.zip
readd php 5.3.13 and all its modules as php53*
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/php53-bcmath/Makefile14
-rw-r--r--math/php53-gmp/Makefile14
3 files changed, 30 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 81532ef76ba5..460a3b0e5005 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -490,6 +490,8 @@
SUBDIR += php5-bcmath
SUBDIR += php5-gmp
SUBDIR += php52-bcmath
+ SUBDIR += php53-gmp
+ SUBDIR += php53-bcmath
SUBDIR += php52-gmp
SUBDIR += physcalc
SUBDIR += plman
diff --git a/math/php53-bcmath/Makefile b/math/php53-bcmath/Makefile
new file mode 100644
index 000000000000..68636f610f29
--- /dev/null
+++ b/math/php53-bcmath/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php53-bcmath
+# Date created: 12 Apr 2012
+# Whom: Florian Smeets <flo@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php53
+
+PKGNAMESUFFIX= -bcmath
+
+.include "${MASTERDIR}/Makefile"
diff --git a/math/php53-gmp/Makefile b/math/php53-gmp/Makefile
new file mode 100644
index 000000000000..8d32720455eb
--- /dev/null
+++ b/math/php53-gmp/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php53-gmp
+# Date created: 12 Apr 2012
+# Whom: Florian Smeets <flo@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php53
+
+PKGNAMESUFFIX= -gmp
+
+.include "${MASTERDIR}/Makefile"