blob: 30da19790ba4b234c0b8821a12b4badc536075b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_SyncMl
PORTVERSION= 2.0.7
CATEGORIES= comms www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde API for processing SyncML requests
USES= horde
USE_HORDE_RUN= Horde_Date \
Horde_Icalendar \
Horde_Log \
Horde_Support \
Horde_Util \
Horde_Xml_Wbxml \
Horde_Translation \
# optional but we want it
USE_HORDE_RUN+= Horde_Auth \
Horde_Core
.include <bsd.port.mk>
|