Index: mail/Makefile =================================================================== --- mail/Makefile +++ 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 Index: mail/p5-Net-LMTP/Makefile =================================================================== --- /dev/null +++ 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 Index: mail/p5-Net-LMTP/distinfo =================================================================== --- /dev/null +++ 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 Index: mail/p5-Net-LMTP/pkg-descr =================================================================== --- /dev/null +++ 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/ Index: mail/p5-Net-LMTP/pkg-plist =================================================================== --- /dev/null +++ mail/p5-Net-LMTP/pkg-plist @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Net::LMTP.3.gz +%%SITE_PERL%%/Net/LMTP.pm