diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-12-20 06:27:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-12-20 06:27:25 +0000 |
commit | 5cfcc1a01524e6d04aa22917556c7bbae5a4cf29 (patch) | |
tree | 4f77daa2701fd8cfb9db6962b6c03554ef9e4a5b /archivers | |
parent | a27c93014db49dd6624a5522abede036f79fb9ca (diff) |
Notes
Diffstat (limited to 'archivers')
-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 |