# -*- 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 php5extension 1.0 php5extension.setup xcache 2.0.1 php5extension.type zend categories-append www platforms darwin maintainers ryandesign openmaintainer license BSD # xcache must load first php5extension.ini 000${php5extension.ini} homepage http://xcache.lighttpd.net/ master_sites ${homepage}pub/Releases/${version}/ use_bzip2 yes conflicts php5-apc php5-eaccelerator description fast, stable PHP opcode cacher long_description ${name} is a ${description}. checksums rmd160 7a405ae488ada8bdea5e7dd7e6c9243012c0ce2a \ sha256 b6e350f3b327b11e033da44f8b5f464b173e2256b5acc792a1179d29cb499289 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/${name} xinstall -d ${docdir} xinstall -W ${worksrcpath} -m 644 AUTHORS COPYING ChangeLog NEWS README THANKS xcache.ini ${docdir} } livecheck.name xcache