svn commit: r432886 - branches/2017Q1/www/zend-framework1
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jan 30 22:02:13 UTC 2017
Author: sunpoet
Date: Mon Jan 30 22:02:12 2017
New Revision: 432886
URL: https://svnweb.freebsd.org/changeset/ports/432886
Log:
MFH: r432455
Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache
- Add LICENSE_FILE
- Add NO_ARCH
Approved by: portmgr (blanket)
Approved by: ports-secteam (feld)
Modified:
branches/2017Q1/www/zend-framework1/Makefile
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/www/zend-framework1/Makefile
==============================================================================
--- branches/2017Q1/www/zend-framework1/Makefile Mon Jan 30 21:49:48 2017 (r432885)
+++ branches/2017Q1/www/zend-framework1/Makefile Mon Jan 30 22:02:12 2017 (r432886)
@@ -11,7 +11,9 @@ MAINTAINER= wg at FreeBSD.org
COMMENT= Framework for developing PHP web applications
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+NO_ARCH= yes
NO_BUILD= yes
USE_PHP= spl
WANT_PHP_WEB= yes
@@ -52,12 +54,11 @@ INSTALL_DIRS= library extras/library ext
# for a table of what PHP extensions are required for what ZF classes.
.if ${PORT_OPTIONS:MREQPHP}
-USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt \
+USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt memcache \
opcache pcre pdo session simplexml soap sqlite3 \
wddx xml zlib
-RUN_DEPENDS+= pecl-memcache>=0:databases/pecl-memcache \
- pecl-memcached>=0:databases/pecl-memcached
+RUN_DEPENDS+= pecl-memcached>=0:databases/pecl-memcached
.endif
.if ${PORT_OPTIONS:MOPTPHP}
USE_PHP+= bcmath bitset json posix
More information about the svn-ports-branches
mailing list