diff options
author | miwi <miwi@FreeBSD.org> | 2010-12-20 14:52:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-12-20 14:52:29 +0800 |
commit | 88e94f862ad03d792c311158b17612c3e3fc5452 (patch) | |
tree | e267258d7a23898cacb64a8c1a33c68f49886959 | |
parent | b0f01f5cba478375afff5e8a20ba23c4dc361fd6 (diff) | |
download | freebsd-ports-gnome-88e94f862ad03d792c311158b17612c3e3fc5452.tar.gz freebsd-ports-gnome-88e94f862ad03d792c311158b17612c3e3fc5452.tar.zst freebsd-ports-gnome-88e94f862ad03d792c311158b17612c3e3fc5452.zip |
* Add LICENSE
* Add IGNORE_WITH_PHP=4 as this is for php newer than 5.1
* Remove MD5 line from distinfo.
PR: 152933
Submitted by: "Tom Judge" <tom@tomjudge.com>
-rw-r--r-- | archivers/pecl-phk/Makefile | 3 | ||||
-rw-r--r-- | archivers/pecl-phk/distinfo | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/archivers/pecl-phk/Makefile b/archivers/pecl-phk/Makefile index 01cba8d19d6c..1ae9e4148f81 100644 --- a/archivers/pecl-phk/Makefile +++ b/archivers/pecl-phk/Makefile @@ -16,9 +16,12 @@ DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= PHK is a PHP-oriented package/archive system +LICENSE= PHP301 + USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP=4 CONFIGURE_ARGS= --enable-phk diff --git a/archivers/pecl-phk/distinfo b/archivers/pecl-phk/distinfo index f8b7ea11a499..232346f3d720 100644 --- a/archivers/pecl-phk/distinfo +++ b/archivers/pecl-phk/distinfo @@ -1,3 +1,2 @@ -MD5 (PECL/phk-1.4.0.tgz) = 9663ad5bd39880050f46b0679de857c9 SHA256 (PECL/phk-1.4.0.tgz) = 9f4a112795d404af5b36a61d8f67e68bb73516182a95251189139935e5d24469 SIZE (PECL/phk-1.4.0.tgz) = 36752 |