aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-05-16 09:46:51 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-05-16 09:46:51 +0000
commit902a0675beeba6c01a038f9594a0c532079fd2f2 (patch)
treee640f9d726eb930319bafe09a6173a5b67843921 /math
parentc76d4dd7170ff14ee3d83458ff9f89cdbc7a5694 (diff)
Notes
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"