summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/php-zip/DESCR2
-rw-r--r--archivers/php-zip/Makefile15
2 files changed, 17 insertions, 0 deletions
diff --git a/archivers/php-zip/DESCR b/archivers/php-zip/DESCR
new file mode 100644
index 00000000000..00a64839d09
--- /dev/null
+++ b/archivers/php-zip/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This PECL module provides ZIP archive handling support.
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile
new file mode 100644
index 00000000000..9bfa1073c55
--- /dev/null
+++ b/archivers/php-zip/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/06 18:28:32 jdolecek Exp $
+
+MODNAME= zip
+PECL_VERSION= 1.0
+CATEGORIES+= archivers
+PKGREVISION= # empty
+COMMENT= PHP extension for ZIP archive handling
+
+USE_BUILDLINK3= YES
+
+CONFIGURE_ARGS+= --with-zip=shared,${BUILDLINK_DIR}
+
+.include "../../lang/php/ext.mk"
+.include "../../archivers/zziplib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"