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