diff options
author | abs <abs@pkgsrc.org> | 2007-03-02 10:43:21 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-03-02 10:43:21 +0000 |
commit | fa50b79c6073739eb815f3ae42414eb5fe6536b7 (patch) | |
tree | d67fe95b37cd835aca91c8f77438bc41564fb3ae | |
parent | 7332554e4a235f86fdab05407c7c5bbf268b7fb0 (diff) | |
download | pkgsrc-fa50b79c6073739eb815f3ae42414eb5fe6536b7.tar.gz |
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.
-rw-r--r-- | mail/p5-Mail-Sender/DESCR | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/Makefile | 21 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/mail/p5-Mail-Sender/DESCR b/mail/p5-Mail-Sender/DESCR new file mode 100644 index 00000000000..bf0b4647509 --- /dev/null +++ b/mail/p5-Mail-Sender/DESCR @@ -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. diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile new file mode 100644 index 00000000000..0fd8c742587 --- /dev/null +++ b/mail/p5-Mail-Sender/Makefile @@ -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" diff --git a/mail/p5-Mail-Sender/PLIST b/mail/p5-Mail-Sender/PLIST new file mode 100644 index 00000000000..9049025c086 --- /dev/null +++ b/mail/p5-Mail-Sender/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/02 10:43:21 abs Exp $ diff --git a/mail/p5-Mail-Sender/distinfo b/mail/p5-Mail-Sender/distinfo new file mode 100644 index 00000000000..192406ed1be --- /dev/null +++ b/mail/p5-Mail-Sender/distinfo @@ -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 |