pkgsrc/www/php4-apc/Makefile
joerg 8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00

26 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.25 2006/06/04 16:26:56 joerg Exp $
MODNAME= apc
PECL_VERSION= 2.0.4
CATEGORIES+= sysutils
COMMENT= Alternative PHP Cache for PHP4
MAINTAINER= pkgsrc-users@NetBSD.org
CONFLICTS= php-apc-[0-9]*
CONFIGURE_ARGS+= --enable-${MODNAME}
WRKSRC= ${WRKDIR}/APC-${PECL_VERSION}
PLIST_SRC+= ${.CURDIR}/PLIST.extras
PLIST_SUBST+= PKGBASE=${PKGBASE:Q}
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCDIR}
PHP_VERSIONS_ACCEPTED= 4
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"