aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Net-LMTP
diff options
context:
space:
mode:
authorFukang Chen <loader@FreeBSD.org>2017-06-28 08:59:02 +0000
committerFukang Chen <loader@FreeBSD.org>2017-06-28 08:59:02 +0000
commit53e4f7696616f94fd9eaf595913a4c0366b35850 (patch)
tree8c9cf539f9e431193a28095e207081db21acb986 /mail/p5-Net-LMTP
parenteb9a18e35c4179b51df927d13b309165ec81b124 (diff)
downloadports-53e4f7696616f94fd9eaf595913a4c0366b35850.tar.gz
ports-53e4f7696616f94fd9eaf595913a4c0366b35850.zip
[NEW PORT] mail/p5-Net-LMTP: Local Mail Transfer Protocol Client
This module implements a client interface to the LMTP protocol, enabling a perl5 application to talk to LMTP servers. WWW: http://search.cpan.org/dist/Net-LMTP/ Reviewed by: koobs Approved by: koobs (ports) Differential Revision: https://reviews.freebsd.org/D11320
Notes
Notes: svn path=/head/; revision=444553
Diffstat (limited to 'mail/p5-Net-LMTP')
-rw-r--r--mail/p5-Net-LMTP/Makefile20
-rw-r--r--mail/p5-Net-LMTP/distinfo3
-rw-r--r--mail/p5-Net-LMTP/pkg-descr4
-rw-r--r--mail/p5-Net-LMTP/pkg-plist2
4 files changed, 29 insertions, 0 deletions
diff --git a/mail/p5-Net-LMTP/Makefile b/mail/p5-Net-LMTP/Makefile
new file mode 100644
index 000000000000..b1180cdbe7a1
--- /dev/null
+++ b/mail/p5-Net-LMTP/Makefile
@@ -0,0 +1,20 @@
+# Created by: Fukang Chen <loader@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Net-LMTP
+PORTVERSION= 0.02
+CATEGORIES= mail perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= loader@FreeBSD.org
+COMMENT= Local Mail Transfer Protocol Client
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+NO_ARCH= yes
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
diff --git a/mail/p5-Net-LMTP/distinfo b/mail/p5-Net-LMTP/distinfo
new file mode 100644
index 000000000000..6cbff0883cbc
--- /dev/null
+++ b/mail/p5-Net-LMTP/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498203630
+SHA256 (Net-LMTP-0.02.tar.gz) = 6876a7e71621d6bfba3c8c67a98600dd06b285b29fb04fffa0dadea760dae245
+SIZE (Net-LMTP-0.02.tar.gz) = 5633
diff --git a/mail/p5-Net-LMTP/pkg-descr b/mail/p5-Net-LMTP/pkg-descr
new file mode 100644
index 000000000000..e8afe7d89c95
--- /dev/null
+++ b/mail/p5-Net-LMTP/pkg-descr
@@ -0,0 +1,4 @@
+This module implements a client interface to the LMTP protocol,
+enabling a perl5 application to talk to LMTP servers.
+
+WWW: http://search.cpan.org/dist/Net-LMTP/
diff --git a/mail/p5-Net-LMTP/pkg-plist b/mail/p5-Net-LMTP/pkg-plist
new file mode 100644
index 000000000000..d30b13b438c0
--- /dev/null
+++ b/mail/p5-Net-LMTP/pkg-plist
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Net::LMTP.3.gz
+%%SITE_PERL%%/Net/LMTP.pm