blob: c642765a45d1a8af7b8b2a678ea788dea05a29f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= Horde_Rpc
DISTVERSION= 2.1.9
CATEGORIES= net www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde RPC API
USES= horde
USE_HORDE_RUN= Horde_Core \
Horde_Dav \
Horde_Exception \
Horde_Perms \
Horde_Serialize \
Horde_Support \
Horde_Translation \
Horde_Util \
Horde_Xml_Element
# Optional but we want it
USE_HORDE_RUN+= Horde_ActiveSync \
Horde_Lock \
Horde_SyncMl \
Horde_Http
.include <bsd.port.mk>
|