diff options
Diffstat (limited to 'math/php56-gmp')
-rw-r--r-- | math/php56-gmp/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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" |