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