blob: ab18856297c12542ebc3ebe58f1d6fdf77c103a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= Horde_Mail
PORTVERSION= 2.6.5
CATEGORIES= mail www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Mail Library
WWW= https://pear.horde.org
USES= horde cpe
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>
|