freebsd-ports/mail/pear-Horde_Imap_Client/Makefile
Martin Matuska fc51ff32dc Horde package update:
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
2014-12-03 21:43:07 +00:00

29 lines
647 B
Makefile

# $FreeBSD$
PORTNAME= Horde_Imap_Client
PORTVERSION= 2.25.6
CATEGORIES= mail www pear
PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde IMAP abstraction interface
USES= horde
USE_PHP= hash
USE_HORDE_RUN= Horde_Exception \
Horde_Mail \
Horde_Mime \
Horde_Stream \
Horde_Util
OPTIONS_DEFAULT= IMAP MBSTRING SASL
OPTIONS_DEFINE= IMAP MBSTRING SASL
IMAP_DESC= Require PHP imap extension
MBSTRING_DESC= Require PHP mbstring extension
SASL_DESC= Support SASL Authentication
IMAP_USE= PHP=imap
MBSTRING_USE= PHP=mbstring
SASL_RUN_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
.include <bsd.port.mk>