diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/php5-mcrypt/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d53a7717f600..d253db689bf3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -322,6 +322,7 @@ SUBDIR += php4-mhash SUBDIR += php4-openssl SUBDIR += php5-mcrypt + SUBDIR += php5-mhash SUBDIR += pidentd SUBDIR += pinentry SUBDIR += pinentry-curses diff --git a/security/php5-mcrypt/Makefile b/security/php5-mcrypt/Makefile new file mode 100644 index 000000000000..a91c61ec6947 --- /dev/null +++ b/security/php5-mcrypt/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-mcrypt +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -mcrypt + +.include "${MASTERDIR}/Makefile" |