pkgsrc/www/php4-apc/Makefile
tv 8a957173eb PECL modules have a real homepage. Set the default for PECL modules to
the PECL distro site rather than PHP's default.

Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-10-04 16:50:50 +00:00

26 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.20 2005/10/04 16:50:50 tv Exp $
MODNAME= apc
PECL_VERSION= 2.0.4
PKGREVISION= 1
CATEGORIES+= sysutils
COMMENT= Alternative PHP Cache for PHP4
MAINTAINER= tech-pkg@NetBSD.org
CONFIGURE_ARGS+= --enable-${MODNAME}
WRKSRC= ${WRKDIR}/APC-${PECL_VERSION}
PLIST_SRC+= ${.CURDIR}/PLIST.extras
PLIST_SUBST+= PKGBASE="${PKGBASE}"
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCDIR}
PHP_VERSION_REQD= 4 # PHP 4.x only
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"