comms/pear-Horde_ActiveSync 2.32.0 -> 2.33.3 mail/pear-Horde_Imap_Client 2.29.6 -> 2.29.7 mail/pear-Horde_Mime 2.9.4 -> 2.9.5 www/horde-ansel 3.0.4 -> 3.0.5
29 lines
635 B
Makefile
29 lines
635 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Imap_Client
|
|
PORTVERSION= 2.29.7
|
|
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:security/pear-Auth_SASL
|
|
|
|
.include <bsd.port.mk>
|