From 53e4f7696616f94fd9eaf595913a4c0366b35850 Mon Sep 17 00:00:00 2001 From: Fukang Chen Date: Wed, 28 Jun 2017 08:59:02 +0000 Subject: [PATCH] [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 --- mail/Makefile | 1 + mail/p5-Net-LMTP/Makefile | 20 ++++++++++++++++++++ mail/p5-Net-LMTP/distinfo | 3 +++ mail/p5-Net-LMTP/pkg-descr | 4 ++++ mail/p5-Net-LMTP/pkg-plist | 2 ++ 5 files changed, 30 insertions(+) create mode 100644 mail/p5-Net-LMTP/Makefile create mode 100644 mail/p5-Net-LMTP/distinfo create mode 100644 mail/p5-Net-LMTP/pkg-descr create mode 100644 mail/p5-Net-LMTP/pkg-plist diff --git a/mail/Makefile b/mail/Makefile index 231c02bea8b6..a06ec3a0853f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -431,6 +431,7 @@ SUBDIR += p5-Net-IMAP-Server SUBDIR += p5-Net-IMAP-Simple SUBDIR += p5-Net-IMAP-Simple-SSL + SUBDIR += p5-Net-LMTP SUBDIR += p5-Net-ManageSieve SUBDIR += p5-Net-POP3-SSLWrapper SUBDIR += p5-Net-QMTP 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 +# $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 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