* 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>
This commit is contained in:
parent
a27c93014d
commit
5cfcc1a015
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266612
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue