diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-26 02:58:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-26 02:58:15 +0800 |
commit | 3680eae9280db595aa8f7e9fce6791034cab2c07 (patch) | |
tree | 396f622f7932b4bc6c89b74438b27c087364ac43 /www | |
parent | 9042143e6acddad3fb210928ce4d6d87d130df81 (diff) | |
download | freebsd-ports-gnome-3680eae9280db595aa8f7e9fce6791034cab2c07.tar.gz freebsd-ports-gnome-3680eae9280db595aa8f7e9fce6791034cab2c07.tar.zst freebsd-ports-gnome-3680eae9280db595aa8f7e9fce6791034cab2c07.zip |
Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache
- Add LICENSE_FILE
- Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/zend-framework1/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/zend-framework1/Makefile b/www/zend-framework1/Makefile index 84ebe8b2e389..cdf6e3bed86b 100644 --- a/www/zend-framework1/Makefile +++ b/www/zend-framework1/Makefile @@ -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 externals/dojo/dijit \ # 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 |