16 lines
312 B
Makefile
16 lines
312 B
Makefile
PORTNAME= Horde_Smtp
|
|
PORTVERSION= 1.9.6
|
|
CATEGORIES= mail www pear
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde SMTP Client
|
|
|
|
USES= horde cpe
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Mail \
|
|
Horde_Socket_Client \
|
|
Horde_Support \
|
|
Horde_Translation
|
|
|
|
.include <bsd.port.mk>
|