freebsd-ports/databases/pear-Horde_HashTable/Makefile
Martin Matuska e71757d25d Horde package update:
Horde_ActiveSync 2.5.5 -> 2.5.6
Horde_Core 2.6.2 -> 2.6.4
Horde_Dav 1.0.1 -> 1.0.2
Horde_HashTable 1.0.1 -> 1.1.0
Horde_History 2.1.0 -> 2.1.4
Horde_Imap_Client 2.11.6 -> 2.12.0
Horde_SessionHandler 2.2.0 -> 2.2.1
2013-07-24 21:04:41 +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>