aboutsummaryrefslogtreecommitdiff
path: root/math/php5-bcmath
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/php5-bcmath
parent6faf06f89ec79462bf06499830bbe0ac17b2392a (diff)
downloadports-e2af8a430c4256b816904869307a932de6cedcab.tar.gz
ports-e2af8a430c4256b816904869307a932de6cedcab.zip
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114147
Diffstat (limited to 'math/php5-bcmath')
-rw-r--r--math/php5-bcmath/Makefile14
1 files changed, 14 insertions, 0 deletions
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"