aboutsummaryrefslogtreecommitdiff
path: root/math/php70-gmp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2016-02-15 14:34:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2016-02-15 14:34:26 +0000
commite630e52bb5f688a26b92533f2f2b0e17e3b85f33 (patch)
tree921070ae859847e6ad2f11168de4014a9c3571e8 /math/php70-gmp
parent8b812c1bf4f8270bf585201073f5504abac62e07 (diff)
downloadports-e630e52bb5f688a26b92533f2f2b0e17e3b85f33.tar.gz
ports-e630e52bb5f688a26b92533f2f2b0e17e3b85f33.zip
Welcome php 7.0.3
Changelog: http://php.net/ChangeLog-7.php#7.0.0 http://php.net/ChangeLog-7.php#7.0.1 http://php.net/ChangeLog-7.php#7.0.2 http://php.net/ChangeLog-7.php#7.0.3 I'd like to thanks: Kurt Jaeger Matthias Breddin Rainer Duffner Victor van Vlaardingen Torsten Zuehlsdorff Franco Fichtner and all helpers and testers from ports@.
Notes
Notes: svn path=/head/; revision=408932
Diffstat (limited to 'math/php70-gmp')
-rw-r--r--math/php70-gmp/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/php70-gmp/Makefile b/math/php70-gmp/Makefile
new file mode 100644
index 000000000000..a78563035558
--- /dev/null
+++ b/math/php70-gmp/Makefile
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale@FreeBSD.org>
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -gmp
+
+.include "${MASTERDIR}/Makefile"