aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-01-24 19:54:20 +0800
committertz <tz@FreeBSD.org>2017-01-24 19:54:20 +0800
commit6848976140b7b23bae6554e8e69c63d54ff6ef33 (patch)
treead7f282ff1e254cc6c54bfc24d23efee0af4d12e /math
parent8890d0606a504e6c6016614e5077c8d36dc54d8c (diff)
downloadfreebsd-ports-gnome-6848976140b7b23bae6554e8e69c63d54ff6ef33.tar.gz
freebsd-ports-gnome-6848976140b7b23bae6554e8e69c63d54ff6ef33.tar.zst
freebsd-ports-gnome-6848976140b7b23bae6554e8e69c63d54ff6ef33.zip
Add PHP 7.1
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
Diffstat (limited to 'math')
-rw-r--r--math/php71-bcmath/Makefile9
-rw-r--r--math/php71-gmp/Makefile9
2 files changed, 18 insertions, 0 deletions
diff --git a/math/php71-bcmath/Makefile b/math/php71-bcmath/Makefile
new file mode 100644
index 000000000000..8d0bdfa31457
--- /dev/null
+++ b/math/php71-bcmath/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -bcmath
+
+.include "${MASTERDIR}/Makefile"
diff --git a/math/php71-gmp/Makefile b/math/php71-gmp/Makefile
new file mode 100644
index 000000000000..75463e34b782
--- /dev/null
+++ b/math/php71-gmp/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -gmp
+
+.include "${MASTERDIR}/Makefile"