diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-12-14 15:09:00 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-12-14 15:09:00 +0000 |
commit | 6a5dbad82f1bf0754904b9fefa9e5e9e4d01afd0 (patch) | |
tree | 09f13483b36cee780397c5b16a3788ac45442b6c | |
parent | 3c45613cb4a28c44ff1eee163ee59beb393d0475 (diff) | |
download | freebsd-ports-6a5dbad82f1bf0754904b9fefa9e5e9e4d01afd0.zip |
Some cleanup:
* Update comment to reflect that this is a php4 only port.
* Update IGNORE_WITH_PHP to mark as IGNORE= with php 5.2.
* Remove MD5 line from distinfo
* Add LICENSE
PR: ports/152902
Submitted by: Tom Judge <tom@tomjudge.com>
-rw-r--r-- | archivers/pecl-zip/Makefile | 6 | ||||
-rw-r--r-- | archivers/pecl-zip/distinfo | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/archivers/pecl-zip/Makefile b/archivers/pecl-zip/Makefile index 60154ebafc93..1cafafa218bc 100644 --- a/archivers/pecl-zip/Makefile +++ b/archivers/pecl-zip/Makefile @@ -14,13 +14,15 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ale@FreeBSD.org -COMMENT= A PECL extension to create and read zip files +COMMENT= A PECL extension to create and read zip files (PHP 4 only) + +LICENSE= PHP301 USE_PHP= pcre USE_PHP_BUILD= yes USE_PHPEXT= yes DEFAULT_PHP_VER=4 -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP=5 52 CONFIGURE_ARGS= --enable-zip --with-zlib-dir=/usr diff --git a/archivers/pecl-zip/distinfo b/archivers/pecl-zip/distinfo index 81ba78ae1d23..7f9ae1b2f20c 100644 --- a/archivers/pecl-zip/distinfo +++ b/archivers/pecl-zip/distinfo @@ -1,3 +1,2 @@ -MD5 (PECL/zip-1.9.0.tgz) = 045c5c2ee8e657c1ef7ab3a14a79617a SHA256 (PECL/zip-1.9.0.tgz) = 8044fbd9d8513ecc54c33af6cf8cedee43cc671f4d33e924001cda04cbc9140f SIZE (PECL/zip-1.9.0.tgz) = 63971 |