aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Horde_Smtp/Makefile
blob: 0e8af4e247b764db94a923075a72ecbbd0994ed4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Horde_Smtp
PORTVERSION=	1.9.6
CATEGORIES=	mail www pear
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde SMTP Client
WWW=		https://pear.horde.org

USES=	horde cpe
USE_HORDE_RUN=	Horde_Exception \
		Horde_Mail \
		Horde_Socket_Client \
		Horde_Support \
		Horde_Translation

NO_ARCH=	yes

.include <bsd.port.mk>