summaryrefslogtreecommitdiff
path: root/archivers/php-zip
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-06 18:28:32 +0000
committerjdolecek <jdolecek>2004-11-06 18:28:32 +0000
commit9496f59f9638ca23e0659d7b406acabb87bc895d (patch)
tree3d50f851bf6a48475b69d0c141f89dc885df400f /archivers/php-zip
parent84b19760ec302b8ffd56898e0fee18aa29a9fd19 (diff)
downloadpkgsrc-9496f59f9638ca23e0659d7b406acabb87bc895d.tar.gz
Add php zip PECL extension package version 1.0 - PHP extension for ZIP archive
handling. This replaces php4-only php4-zip.
Diffstat (limited to 'archivers/php-zip')
-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"