0f3a1607d6
server to send e-mail messages.
17 lines
340 B
Makefile
17 lines
340 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Smtp
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= mail www pear
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde SMTP Client
|
|
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Mail \
|
|
Horde_Support
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|