aboutsummaryrefslogtreecommitdiff
path: root/security/php52-hash
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 15:53:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 15:53:34 +0000
commitd111d16900ba8617e77a050fb56ea2d7b8a8a356 (patch)
treeb053a3cb6449405fccc081154e3eeb84812519fe /security/php52-hash
parent9dc8b611a5b09b846c90e4986efd921178a7c50c (diff)
downloadports-d111d16900ba8617e77a050fb56ea2d7b8a8a356.tar.gz
ports-d111d16900ba8617e77a050fb56ea2d7b8a8a356.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Notes
Notes: svn path=/head/; revision=253100
Diffstat (limited to 'security/php52-hash')
-rw-r--r--security/php52-hash/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/php52-hash/Makefile b/security/php52-hash/Makefile
new file mode 100644
index 000000000000..11f6a504d6b3
--- /dev/null
+++ b/security/php52-hash/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-hash
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -hash
+
+.include "${MASTERDIR}/Makefile"