mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
396 B
Makefile
20 lines
396 B
Makefile
PORTNAME= Horde_Mail
|
|
PORTVERSION= 2.6.5
|
|
CATEGORIES= mail www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Mail Library
|
|
|
|
USES= horde
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Idna \
|
|
Horde_Stream_Filter
|
|
|
|
# Disabled due to circular dependency
|
|
#USE_HORDE_RUN+= Horde_Mime
|
|
|
|
# Optional but we want it
|
|
RUN_DEPENDS+= ${PEARDIR}/Net/SMTP.php:net/pear-Net_SMTP@${PHP_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|