diff options
Diffstat (limited to 'security/php70-mcrypt/Makefile')
-rw-r--r-- | security/php70-mcrypt/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/php70-mcrypt/Makefile b/security/php70-mcrypt/Makefile new file mode 100644 index 000000000000..ac715c925209 --- /dev/null +++ b/security/php70-mcrypt/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php70 + +PKGNAMESUFFIX= -mcrypt + +.include "${MASTERDIR}/Makefile" |