4f5544a38b
Tested by: poudriere Approved by: portmgr (bapt)
21 lines
421 B
Makefile
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>
|