diff options
author | miwi <miwi@FreeBSD.org> | 2010-12-20 14:27:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-12-20 14:27:25 +0800 |
commit | 7590908a4b4cf3341405280908757b3df2255fa8 (patch) | |
tree | 8e5fbe798a4011c0822b5f9eda1ace4aa0572e58 | |
parent | 8d3cdf37b11add1f77641be8c3a7fd64759b580c (diff) | |
download | freebsd-ports-gnome-7590908a4b4cf3341405280908757b3df2255fa8.tar.gz freebsd-ports-gnome-7590908a4b4cf3341405280908757b3df2255fa8.tar.zst freebsd-ports-gnome-7590908a4b4cf3341405280908757b3df2255fa8.zip |
* Add LICENSE
* Add IGNORE_WITH_PHP=4 as this is a php 5.X only module.
* Remove MD5 line from distinfo
PR: 152931
Submitted by: "Tom Judge" <tom@tomjudge.com>
-rw-r--r-- | archivers/pecl-phar/Makefile | 3 | ||||
-rw-r--r-- | archivers/pecl-phar/distinfo | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/archivers/pecl-phar/Makefile b/archivers/pecl-phar/Makefile index f3f2d32d141c..449063b7c6a5 100644 --- a/archivers/pecl-phar/Makefile +++ b/archivers/pecl-phar/Makefile @@ -16,11 +16,14 @@ DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= A PECL extension which allows running applications out of .phar files +LICENSE= PHP301 + USE_PHP= hash spl pcre USE_PHP_BUILD= yes USE_PHPEXT= yes CFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" +IGNORE_WITH_PHP=4 OPTIONS= BZ2 "Enable bz2 compression support" off \ ZLIB "Enable gzip compression support" off diff --git a/archivers/pecl-phar/distinfo b/archivers/pecl-phar/distinfo index 9b1484a5eb92..6800c02c62c0 100644 --- a/archivers/pecl-phar/distinfo +++ b/archivers/pecl-phar/distinfo @@ -1,3 +1,2 @@ -MD5 (PECL/phar-2.0.0RC2.tgz) = bd392dd28ab95e852dd1d2d6d361a400 SHA256 (PECL/phar-2.0.0RC2.tgz) = 00a45a0a36c7fcdbf38dad673351252e13e16973df8a0f76d2eadad7a56b9f23 SIZE (PECL/phar-2.0.0RC2.tgz) = 436944 |