From 4537a4881b0b6d73e3ae464f01f8c34a0f0f6981 Mon Sep 17 00:00:00 2001 From: ale Date: Thu, 4 Sep 2014 14:24:25 +0000 Subject: Import PHP 5.6 branch! --- security/php56-mcrypt/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/php56-mcrypt/Makefile (limited to 'security/php56-mcrypt') diff --git a/security/php56-mcrypt/Makefile b/security/php56-mcrypt/Makefile new file mode 100644 index 000000000000..babb042a389f --- /dev/null +++ b/security/php56-mcrypt/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre +# $FreeBSD$ + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php56 + +PKGNAMESUFFIX= -mcrypt + +.include "${MASTERDIR}/Makefile" -- cgit