diff options
author | Martin Matuska <mm@FreeBSD.org> | 2013-08-28 11:44:47 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2013-08-28 11:44:47 +0000 |
commit | 0f3a1607d686d61cb8f0b52b2751bc1f9bfa13f8 (patch) | |
tree | 2b03dc3f7c1e5da6f406bd4d6d10117c7b8a169b /mail/pear-Horde_Smtp | |
parent | f4acfee81c44419ecd072abea0d89beabe5c83cc (diff) |
Notes
Diffstat (limited to 'mail/pear-Horde_Smtp')
-rw-r--r-- | mail/pear-Horde_Smtp/Makefile | 17 | ||||
-rw-r--r-- | mail/pear-Horde_Smtp/distinfo | 2 | ||||
-rw-r--r-- | mail/pear-Horde_Smtp/pkg-descr | 4 |
3 files changed, 23 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> diff --git a/mail/pear-Horde_Smtp/distinfo b/mail/pear-Horde_Smtp/distinfo new file mode 100644 index 000000000000..ff3e7e860c65 --- /dev/null +++ b/mail/pear-Horde_Smtp/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Smtp-1.2.0.tgz) = f0b49d774f59a876f9b94abf9071d1b00b77de97afeaf004c6df6c87f6dd82b1 +SIZE (Horde/Horde_Smtp-1.2.0.tgz) = 20649 diff --git a/mail/pear-Horde_Smtp/pkg-descr b/mail/pear-Horde_Smtp/pkg-descr new file mode 100644 index 000000000000..013b11ee0fd6 --- /dev/null +++ b/mail/pear-Horde_Smtp/pkg-descr @@ -0,0 +1,4 @@ +This Horde package provides interfaces for connecting to a SMTP (RFC 5321) +server to send e-mail messages. + +WWW: http://pear.horde.org |