summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 09:14:47 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 09:14:47 +0000
commite2af8a430c4256b816904869307a932de6cedcab (patch)
treea263bc31f1e13701be2eea66ad0b09b3a87dc558 /math
parentAdd a new shared extension for PHP. (diff)
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114147
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/php5-bcmath/Makefile14
-rw-r--r--math/php5-gmp/Makefile14
3 files changed, 29 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 2e95208a32f2..ca14d22e7ac3 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -163,6 +163,7 @@
SUBDIR += php4-bcmath
SUBDIR += php4-gmp
SUBDIR += php5-bcmath
+ SUBDIR += php5-gmp
SUBDIR += physcalc
SUBDIR += ploticus
SUBDIR += ploticus-nox11
diff --git a/math/php5-bcmath/Makefile b/math/php5-bcmath/Makefile
new file mode 100644
index 000000000000..4f8893043c05
--- /dev/null
+++ b/math/php5-bcmath/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-bcmath
+# Date created: 7 Jul 2004
+# Whom: 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
new file mode 100644
index 000000000000..76a3cac8a415
--- /dev/null
+++ b/math/php5-gmp/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-gmp
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -gmp
+
+.include "${MASTERDIR}/Makefile"