freebsd-ports/devel/pear-Horde_Cache/Makefile
Antoine Brodin 2a7dd78bf9 Stage support for pear classes and channels in the devel category
Reviewed by:	bapt, ports@
Tested with:	poudriere + diff on the content of generated packages
2013-11-08 21:41:53 +00:00

27 lines
489 B
Makefile

# $FreeBSD$
PORTNAME= Horde_Cache
PORTVERSION= 2.3.0
CATEGORIES= devel www pear
PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Caching API
OPTIONS_DEFINE= APC
APC_DESC= Require APC PHP extension
USE_HORDE_RUN= Horde_Compress_Fast \
Horde_Exception \
Horde_HashTable \
Horde_Util
USE_PHP= hash
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MAPC}
USE_PHP+= apc
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>