diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/php70-bcmath/Makefile | 10 | ||||
-rw-r--r-- | math/php70-gmp/Makefile | 10 |
3 files changed, 22 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 2c591b25f697..12103c31fd76 100644 --- a/math/Makefile +++ b/math/Makefile @@ -560,6 +560,8 @@ SUBDIR += php55-gmp SUBDIR += php56-bcmath SUBDIR += php56-gmp + SUBDIR += php70-bcmath + SUBDIR += php70-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += plman diff --git a/math/php70-bcmath/Makefile b/math/php70-bcmath/Makefile new file mode 100644 index 000000000000..df8efcbe01e4 --- /dev/null +++ b/math/php70-bcmath/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php70 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" 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" |