freebsd-ports/databases/pear-Horde_HashTable/Makefile
Antoine Brodin 4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +00:00

21 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= Horde_HashTable
PORTVERSION= 1.1.0
CATEGORIES= databases www pear
PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Hash Table Interface
OPTIONS_DEFINE= MEMCACHE
USE_HORDE_RUN= Horde_Exception
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MMEMCACHE}
USE_HORDE_RUN+= Horde_Memcache
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>