diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 16:30:29 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 16:30:29 +0800 |
commit | 15fc6ed2c06da983463f3945b698729f947b1afb (patch) | |
tree | 00aed8a0d741c8a35573b293922c7f6a45639cfb /security | |
parent | 518c4fb42d0c81e40fdaacc2f480e78b22d52be3 (diff) | |
download | freebsd-ports-gnome-15fc6ed2c06da983463f3945b698729f947b1afb.tar.gz freebsd-ports-gnome-15fc6ed2c06da983463f3945b698729f947b1afb.tar.zst freebsd-ports-gnome-15fc6ed2c06da983463f3945b698729f947b1afb.zip |
Add a new shared extension for PHP.
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" |