aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-12-11 08:50:00 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-12-11 08:50:00 +0000
commit39dda2a4638d38ca60560cc3627c708d3f4f7109 (patch)
tree58860d51272f9057a326e586607306dc039634ea
parent4ff4f50872e61a3f54b5bb5cd26cc16ba780d3f7 (diff)
downloadports-39dda2a4638d38ca60560cc3627c708d3f4f7109.tar.gz
ports-39dda2a4638d38ca60560cc3627c708d3f4f7109.zip
Notes
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/php5-zip/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index e64cf8aa29c1..d357e8433e2f 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -115,6 +115,7 @@
SUBDIR += php4-bz2
SUBDIR += php4-zlib
SUBDIR += php5-bz2
+ SUBDIR += php5-zip
SUBDIR += php5-zlib
SUBDIR += pigz
SUBDIR += ppmd
diff --git a/archivers/php5-zip/Makefile b/archivers/php5-zip/Makefile
new file mode 100644
index 000000000000..47c45d6ae2d6
--- /dev/null
+++ b/archivers/php5-zip/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-zip
+# Date created: 10 Dec 2008
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= archivers
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -zip
+
+.include "${MASTERDIR}/Makefile"