aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:30:29 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:30:29 +0000
commitfe23191259abb4115fa34a22f8aeaf8ea44e3aaf (patch)
treeba317740b59f4bbdc9be2313bcf5a1741ae8ae4b
parenta140ba96e9d50ec7ee78d3d0cbfe9cb5a779b263 (diff)
downloadports-fe23191259abb4115fa34a22f8aeaf8ea44e3aaf.tar.gz
ports-fe23191259abb4115fa34a22f8aeaf8ea44e3aaf.zip
Notes
-rw-r--r--security/Makefile1
-rw-r--r--security/php4-mcrypt/Makefile14
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"