ports/mail/pear-Horde_Imap_Client/Makefile
Muhammad Moinur Rahman 6373a1df1f
*/*: Unbreak with php84
These ports were initially marked to IGNORE with php84 as their runtime
dependencies were BROKEN. As all of the runtime dependencies has been
fixed for ther requirements unmark these ports. Although these ports
build perfectly with php84 but there might still be runtime issues with
these ports with php84. The maintainers are requested to do some runtime
checks for these ports.

Approved by:	portmgr (blanket)
2024-08-03 20:59:37 +02:00

27 lines
677 B
Makefile

PORTNAME= Horde_Imap_Client
PORTVERSION= 2.29.18
CATEGORIES= mail www pear
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde IMAP abstraction interface
WWW= https://pear.horde.org
USES= horde php cpe
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@${PHP_FLAVOR}
.include <bsd.port.mk>