aboutsummaryrefslogtreecommitdiffstats
path: root/security/php4-mcrypt
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 16:30:29 +0800
committerale <ale@FreeBSD.org>2004-07-19 16:30:29 +0800
commit15fc6ed2c06da983463f3945b698729f947b1afb (patch)
tree00aed8a0d741c8a35573b293922c7f6a45639cfb /security/php4-mcrypt
parent518c4fb42d0c81e40fdaacc2f480e78b22d52be3 (diff)
downloadfreebsd-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/Makefile14
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"