mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
fc51ff32dc
www/pear-Horde_Dav 1.1.1 -> 1.1.2 mail/pear-Horde_Imap_Client 2.25.5 -> 2.25.6 textproc/pear-Horde_JavascriptMinify 1.1.0 -> 1.1.1 devel/pear-Horde_Stream 1.6.1 -> 1.6.2 comms/pear-Horde_SyncMl 2.0.4 -> 2.0.5 www/horde-base 5.2.2 -> 5.2.3 mail/horde-imp 6.2.3 -> 6.2.4 mail/horde-ingo 3.2.2 -> 3.2.3 deskutils/horde-kronolith 4.2.3 -> 4.2.4 deskutils/horde-mnemo 4.2.2 -> 4.2.3 mail/horde-turba 4.2.3 -> 4.2.4 mail/horde-webmail 5.2.3 -> 5.2.4 deskutils/horde-groupware 5.2.3 -> 5.2.4 www/horde-wicked 2.0.2 -> 2.0.3
25 lines
452 B
Makefile
25 lines
452 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_SyncMl
|
|
PORTVERSION= 2.0.5
|
|
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>
|