# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup php 1.1 name php-xcache version 2.0.1 categories-append www platforms darwin maintainers ryandesign openmaintainer license BSD php.branches 5.3 5.4 php.extensions.zend xcache # xcache must load first php.extension_ini 000${php.extension_ini} homepage http://xcache.lighttpd.net/ master_sites ${homepage}pub/Releases/${version}/ use_bzip2 yes description fast, stable PHP opcode cacher long_description ${name} is a ${description}. checksums rmd160 7a405ae488ada8bdea5e7dd7e6c9243012c0ce2a \ sha256 b6e350f3b327b11e033da44f8b5f464b173e2256b5acc792a1179d29cb499289 if {${name} != ${subport}} { conflicts ${php}-APC ${php}-eaccelerator patchfiles patch-xcache.ini.diff # gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags universal_variant no post-destroot { set docdir ${destroot}${prefix}/share/doc/${subport} xinstall -d ${docdir} xinstall -W ${worksrcpath} -m 644 AUTHORS COPYING ChangeLog NEWS README THANKS xcache.ini ${docdir} } } livecheck.name xcache