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/php4-mcrypt | |
parent | 518c4fb42d0c81e40fdaacc2f480e78b22d52be3 (diff) | |
download | freebsd-ports-graphics-15fc6ed2c06da983463f3945b698729f947b1afb.tar.gz freebsd-ports-graphics-15fc6ed2c06da983463f3945b698729f947b1afb.tar.zst freebsd-ports-graphics-15fc6ed2c06da983463f3945b698729f947b1afb.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'security/php4-mcrypt')
-rw-r--r-- | security/php4-mcrypt/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile new file mode 100644 index 00000000000..dd167b83284 --- /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" |