mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
* The module requires the SPL extension to be installed.
* The module requires the php extenstions in the build env so add USE_PHP_BUILD * The module is not compatiable with php 4 so add IGNORE_WITH_PHP=4 * Remove the MD5 line from distinfo. PR: 152923 Submitted by: "Tom Judge" <tom@tomjudge.com>
This commit is contained in:
parent
981ae846c3
commit
a27c93014d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266611
@ -16,8 +16,12 @@ DIST_SUBDIR= PECL
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A PECL extension to create and read rar files
|
||||
|
||||
USE_PHP= yes
|
||||
LICENSE= PHP301
|
||||
|
||||
USE_PHP= spl
|
||||
USE_PHPEXT= yes
|
||||
USE_PHP_BUILD= yes
|
||||
IGNORE_WITH_PHP=4
|
||||
|
||||
CONFIGURE_ARGS= --enable-rar
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (PECL/rar-2.0.0.tgz) = 2bbd2fbcd7a08089e40191bb96181736
|
||||
SHA256 (PECL/rar-2.0.0.tgz) = 6db55cf52e0fb6c77ea25fb4636320a4ef11c9317e5e5088cfbe2b4b7a0eb6cc
|
||||
SIZE (PECL/rar-2.0.0.tgz) = 189885
|
||||
|
Loading…
Reference in New Issue
Block a user