blob: acb619a76567e6afe55fd1611ad58e0d0be89ea1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= Horde_Mail_Autoconfig
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= mail www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Mail Autoconfiguration
WWW= https://pear.horde.org
USES= horde cpe
USE_HORDE_RUN= Horde_Exception \
Horde_Http \
Horde_Imap_Client \
Horde_Mail \
Horde_Smtp
RUN_DEPENDS+= ${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS21@${PHP_FLAVOR}
NO_ARCH= yes
.include <bsd.port.mk>
|