mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
[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
This commit is contained in:
parent
eb9a18e35c
commit
53e4f76966
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444553
5 changed files with 30 additions and 0 deletions
|
@ -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
|
||||
|
|
20
mail/p5-Net-LMTP/Makefile
Normal file
20
mail/p5-Net-LMTP/Makefile
Normal file
|
@ -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>
|
3
mail/p5-Net-LMTP/distinfo
Normal file
3
mail/p5-Net-LMTP/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1498203630
|
||||
SHA256 (Net-LMTP-0.02.tar.gz) = 6876a7e71621d6bfba3c8c67a98600dd06b285b29fb04fffa0dadea760dae245
|
||||
SIZE (Net-LMTP-0.02.tar.gz) = 5633
|
4
mail/p5-Net-LMTP/pkg-descr
Normal file
4
mail/p5-Net-LMTP/pkg-descr
Normal file
|
@ -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/
|
2
mail/p5-Net-LMTP/pkg-plist
Normal file
2
mail/p5-Net-LMTP/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%PERL5_MAN3%%/Net::LMTP.3.gz
|
||||
%%SITE_PERL%%/Net/LMTP.pm
|
Loading…
Add table
Reference in a new issue