2013-09-20 22:10:23 +00:00
|
|
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
2011-07-07 20:21:04 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Horde_Kolab_Server
|
2012-12-12 15:16:56 +00:00
|
|
|
PORTVERSION= 2.0.1
|
2011-07-07 20:21:04 +00:00
|
|
|
CATEGORIES= net www pear
|
|
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
|
2011-07-14 20:33:30 +00:00
|
|
|
MAINTAINER= horde@FreeBSD.org
|
2011-07-07 20:21:04 +00:00
|
|
|
COMMENT= Horde library for manipulating the Kolab user database
|
|
|
|
|
|
|
|
USE_PHP= hash
|
|
|
|
USE_HORDE_RUN= Horde_Auth \
|
|
|
|
Horde_Exception
|
|
|
|
|
2012-12-12 15:16:56 +00:00
|
|
|
OPTIONS_DEFAULT= LDAP
|
|
|
|
OPTIONS_DEFINE= LDAP
|
|
|
|
LDAP_DESC= Enable LDAP support
|
|
|
|
|
2011-07-07 20:21:04 +00:00
|
|
|
# Not required but we want it
|
|
|
|
USE_HORDE_RUN+= Horde_Date
|
|
|
|
|
2013-09-20 22:10:23 +00:00
|
|
|
NO_STAGE= yes
|
2011-07-07 20:21:04 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2012-12-12 15:16:56 +00:00
|
|
|
.if ${PORT_OPTIONS:MLDAP}
|
2011-07-07 20:21:04 +00:00
|
|
|
USE_HORDE_RUN+= Horde_Ldap
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
|
|
.include <bsd.port.post.mk>
|