diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:30:29 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:30:29 +0000 |
commit | fe23191259abb4115fa34a22f8aeaf8ea44e3aaf (patch) | |
tree | ba317740b59f4bbdc9be2313bcf5a1741ae8ae4b /security | |
parent | a140ba96e9d50ec7ee78d3d0cbfe9cb5a779b263 (diff) | |
download | ports-fe23191259abb4115fa34a22f8aeaf8ea44e3aaf.tar.gz ports-fe23191259abb4115fa34a22f8aeaf8ea44e3aaf.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/php4-mcrypt/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 19172eeca7b8..b7b558cdb266 100644 --- a/security/Makefile +++ b/security/Makefile @@ -319,6 +319,7 @@ SUBDIR += pgpin SUBDIR += php4-crack SUBDIR += php4-mcrypt + SUBDIR += php4-mhash SUBDIR += pidentd SUBDIR += pinentry SUBDIR += pinentry-curses diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile new file mode 100644 index 000000000000..dd167b83284f --- /dev/null +++ b/security/php4-mcrypt/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-mcrypt +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -mcrypt + +.include "${MASTERDIR}/Makefile" |