Import mail/p5-Mail-Sender-0.8.13 into pkgsrc
Mail::Sender provides an object oriented interface to sending mails. It doesn't need any outer program. It connects to a mail server directly from Perl, using Socket. It can handle attachments.
This commit is contained in:
parent
7332554e4a
commit
fa50b79c60
4 changed files with 30 additions and 0 deletions
3
mail/p5-Mail-Sender/DESCR
Normal file
3
mail/p5-Mail-Sender/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Mail::Sender provides an object oriented interface to sending mails.
|
||||
It doesn't need any outer program. It connects to a mail server
|
||||
directly from Perl, using Socket. It can handle attachments.
|
21
mail/p5-Mail-Sender/Makefile
Normal file
21
mail/p5-Mail-Sender/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/03/02 10:43:21 abs Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Mail-Sender-0.8.13
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
||||
|
||||
MAINTAINER= abs@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/~jenda/Mail-Sender/
|
||||
COMMENT= Sending mails with attachments through an SMTP server
|
||||
|
||||
DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
|
||||
|
||||
PERL5_PACKLIST= auto/Mail/Sender/.packlist
|
||||
|
||||
BUILD_TARGET=pure_all
|
||||
INSTALL_TARGET=pure_install
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
mail/p5-Mail-Sender/PLIST
Normal file
1
mail/p5-Mail-Sender/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/02 10:43:21 abs Exp $
|
5
mail/p5-Mail-Sender/distinfo
Normal file
5
mail/p5-Mail-Sender/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/03/02 10:43:21 abs Exp $
|
||||
|
||||
SHA1 (Mail-Sender-0.8.13.tar.gz) = 02733c51a7a3149df176dc1ae19225580f498b46
|
||||
RMD160 (Mail-Sender-0.8.13.tar.gz) = a25a6b5271167ff3cc7d364b72452948d59b77a7
|
||||
Size (Mail-Sender-0.8.13.tar.gz) = 34728 bytes
|
Loading…
Reference in a new issue