2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
2011-07-07 22:24:43 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Horde_Kolab_Storage
|
2012-12-12 16:16:56 +01:00
|
|
|
PORTVERSION= 2.0.2
|
2011-07-07 22:24:43 +02:00
|
|
|
CATEGORIES= mail www pear
|
|
|
|
|
2011-07-14 22:33:30 +02:00
|
|
|
MAINTAINER= horde@FreeBSD.org
|
2011-07-07 22:24:43 +02:00
|
|
|
COMMENT= Horde library for handling Kolab data stored on an IMAP server
|
|
|
|
|
|
|
|
USE_HORDE_RUN= Horde_Cache \
|
|
|
|
Horde_Exception \
|
|
|
|
Horde_Kolab_Format \
|
|
|
|
Horde_Mime \
|
|
|
|
Horde_Translation \
|
|
|
|
Horde_Support \
|
|
|
|
Horde_Util
|
|
|
|
|
2012-12-12 16:16:56 +01:00
|
|
|
# Optional but we want it
|
|
|
|
USE_PHP+= imap
|
2011-07-07 22:24:43 +02:00
|
|
|
USE_HORDE_RUN+= Horde_Imap_Client
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
|
|
.include <bsd.port.post.mk>
|