aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Horde_Mail/Makefile
blob: 051e5341b146a7f67de59cd3e09ae43c2be17816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	Horde_Mail
PORTVERSION=	2.6.6
CATEGORIES=	mail www pear

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde Mail Library
WWW=		https://pear.horde.org

LICENSE=	BSD2CLAUSE

# Optional but we want it
RUN_DEPENDS+=	${PEARDIR}/Net/SMTP.php:net/pear-Net_SMTP@${PHP_FLAVOR}

USES=	horde cpe
USE_HORDE_RUN=	Horde_Exception \
		Horde_Idna \
		Horde_Stream_Filter

# Disabled due to circular dependency
#USE_HORDE_RUN+=	Horde_Mime

NO_ARCH=	yes

.include <bsd.port.mk>