opnsense-ports/databases/pear-Horde_HashTable/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

17 lines
310 B
Makefile

# $FreeBSD$
PORTNAME= Horde_HashTable
PORTVERSION= 1.2.3
CATEGORIES= databases www pear
PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Hash Table Interface
OPTIONS_DEFINE= MEMCACHE
USES= horde
USE_HORDE_RUN= Horde_Exception
MEMCACHE_USE= HORDE_RUN=Horde_Memcache
.include <bsd.port.mk>