Update databases/postgresql12-server to version 12.2_2
[dports.git] / databases / pear-Horde_HashTable / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       Horde_HashTable
4 PORTVERSION=    1.2.6
5 CATEGORIES=     databases www pear
6
7 MAINTAINER=     horde@FreeBSD.org
8 COMMENT=        Horde Hash Table Interface
9
10 OPTIONS_DEFINE= MEMCACHE
11 USES=   horde
12 USE_HORDE_RUN=  Horde_Exception
13
14 MEMCACHE_USE=   HORDE_RUN=Horde_Memcache
15
16 .include <bsd.port.mk>