Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / pear-Horde_Mail_Autoconfig / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       Horde_Mail_Autoconfig
4 PORTVERSION=    1.0.3
5 CATEGORIES=     mail www pear
6
7 MAINTAINER=     horde@FreeBSD.org
8 COMMENT=        Horde Mail Autoconfiguration
9
10 USES=   horde
11 USE_HORDE_RUN=  Horde_Exception \
12                 Horde_Http \
13                 Horde_Imap_Client \
14                 Horde_Mail \
15                 Horde_Smtp
16
17 RUN_DEPENDS+=   ${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2
18
19 .include <bsd.port.mk>