Date: Wed, 25 Jan 2017 18:58:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432455 - head/www/zend-framework1 Message-ID: <201701251858.v0PIwFei057480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jan 25 18:58:15 2017 New Revision: 432455 URL: https://svnweb.freebsd.org/changeset/ports/432455 Log: Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/www/zend-framework1/Makefile Modified: head/www/zend-framework1/Makefile ============================================================================== --- head/www/zend-framework1/Makefile Wed Jan 25 18:58:10 2017 (r432454) +++ head/www/zend-framework1/Makefile Wed Jan 25 18:58:15 2017 (r432455) @@ -11,7 +11,9 @@ MAINTAINER= wg@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701251858.v0PIwFei057480>