aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Horde_Smtp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pear-Horde_Smtp/Makefile')
-rw-r--r--mail/pear-Horde_Smtp/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/pear-Horde_Smtp/Makefile b/mail/pear-Horde_Smtp/Makefile
new file mode 100644
index 000000000000..4b722071c264
--- /dev/null
+++ b/mail/pear-Horde_Smtp/Makefile
@@ -0,0 +1,17 @@
+# $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>