opnsense-ports/databases/pear-Horde_HashTable/Makefile
Franco Fichtner 6696b031de */*: sync with upstream
Taken from: FreeBSD
2016-07-03 20:36:26 +02:00

17 lines
310 B
Makefile

# $FreeBSD$
PORTNAME= Horde_HashTable
PORTVERSION= 1.2.5
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>