mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
* Add LICENSE=PHP30
* Remove MD5 line from distinfo. * Add IGNORE_WITH_PHP=4 as this requires php 5.2 or newer. PR: 152943 Submitted by: "Tom Judge" <tom@tomjudge.com> Approved by: maintainer timeout Feature safe: yes
This commit is contained in:
parent
4a55f58c38
commit
71b70418ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268494
2 changed files with 3 additions and 1 deletions
|
@ -20,12 +20,15 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/pear:${PORTSDIR}/devel/pear
|
|||
LIB_DEPENDS= memcached:${PORTSDIR}/databases/libmemcached
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/pear:${PORTSDIR}/devel/pear
|
||||
|
||||
LICENSE= PHP30
|
||||
|
||||
PHP_MODNAME= memcached
|
||||
USE_PHP= json session
|
||||
USE_PHPEXT= yes
|
||||
USE_PHPIZE= yes
|
||||
USE_PHP_BUILD= yes
|
||||
CONFIGURE_ARGS+=--with-libmemcached-dir=${LOCALBASE}
|
||||
IGNORE_WITH_PHP=4
|
||||
|
||||
OPTIONS= IGBINARY "Binary serializer support" off
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (PECL/memcached-1.0.2.tgz) = b91f815ad59086d0c3564cce022b5c4f
|
||||
SHA256 (PECL/memcached-1.0.2.tgz) = 16de77317e43b0a5bfd802c0bd2ef575adbad2093e8632d58738974e6cb14129
|
||||
SIZE (PECL/memcached-1.0.2.tgz) = 22724
|
||||
|
|
Loading…
Add table
Reference in a new issue