diff options
author | tz <tz@FreeBSD.org> | 2017-01-24 19:54:20 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-01-24 19:54:20 +0800 |
commit | 6848976140b7b23bae6554e8e69c63d54ff6ef33 (patch) | |
tree | ad7f282ff1e254cc6c54bfc24d23efee0af4d12e /math | |
parent | 8890d0606a504e6c6016614e5077c8d36dc54d8c (diff) | |
download | freebsd-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/Makefile | 9 | ||||
-rw-r--r-- | math/php71-gmp/Makefile | 9 |
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" |