# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 61501 2009-12-13 12:48:05Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       php5extension 1.0

php5extension.setup apc 3.1.3p1 pecl
revision        2
categories      php devel
platforms       darwin
maintainers     nox openmaintainer
description     Alternative PHP Cache

long_description \
    APC is a free, open, and robust framework for caching and \
    optimizing PHP intermediate code.

distname        APC-${version}

checksums       md5     941cf59c3f8042c1d6961b7afb1002b9 \
                sha1    aed228105250f7d7f1deb57abb2770f1e19c2e49 \
                rmd160  b7d359b68697adc8a7fe06c41ddaf804a55c911d

use_parallel_build  yes

livecheck.regex {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>}
