diff options
author | ale <ale@FreeBSD.org> | 2010-12-14 23:09:00 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-12-14 23:09:00 +0800 |
commit | e950e3f42fd80770c6c0cde9e739bb7aca5c80c7 (patch) | |
tree | dea4f013b6b68bf396bb7c86fcf7d53c351b388e | |
parent | 4331f5cd7e3ec59366ff1dbbf1131620d2d0b6a3 (diff) | |
download | freebsd-ports-gnome-e950e3f42fd80770c6c0cde9e739bb7aca5c80c7.tar.gz freebsd-ports-gnome-e950e3f42fd80770c6c0cde9e739bb7aca5c80c7.tar.zst freebsd-ports-gnome-e950e3f42fd80770c6c0cde9e739bb7aca5c80c7.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 |