Fix MEMCACHE option
- Add LICENSE_FILE - Add NO_ARCH - Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache Approved by: portmgr (blanket) MFH: 2017Q1
This commit is contained in:
parent
3b527e4755
commit
e2f8e44296
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432454
1 changed files with 6 additions and 4 deletions
|
@ -11,9 +11,11 @@ MAINTAINER= wg@FreeBSD.org
|
|||
COMMENT= Framework for developing PHP web applications
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
CONFLICTS= ZendFramework-1.*
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
USE_PHP= spl
|
||||
WANT_PHP_WEB= yes
|
||||
|
@ -32,7 +34,7 @@ ODBC_DESC= Enable ODBC PDO support
|
|||
SQLITE_DESC= Enable SQLite v3 PDO support
|
||||
REQPHP_DESC= Install required PHP dependencies
|
||||
OPTPHP_DESC= Install optional PHP dependencies
|
||||
MEMCACHE_DESC= Enable memcache support
|
||||
MEMCACHE_DESC= Enable memcache support
|
||||
|
||||
PORTDOCS= CHANGELOG.md INSTALL.md README-GIT.md CONTRIBUTING.md README.md
|
||||
|
||||
|
@ -49,9 +51,9 @@ USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt \
|
|||
USE_PHP+= bcmath bitset json posix
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMCACHE}
|
||||
RUN_DEPENDS+= pecl-memcache>=0:databases/pecl-memcache \
|
||||
pecl-memcached>=0:databases/pecl-memcached
|
||||
.if ${PORT_OPTIONS:MMEMCACHE}
|
||||
USE_PHP+= memcache
|
||||
RUN_DEPENDS+= pecl-memcached>=0:databases/pecl-memcached
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
|
|
Loading…
Reference in a new issue