diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-04-21 12:44:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-04-21 12:44:07 +0000 |
commit | c93881563082228e80f6d60f6f6aa8e540152839 (patch) | |
tree | df4111668acf0d23dab1be65f4271424fbfdba8a | |
parent | 056ebba12b312c99ccf0d3e5c1068a923e5448f6 (diff) | |
download | pkgsrc-c93881563082228e80f6d60f6f6aa8e540152839.tar.gz |
Import p5-Mail-POP3Client-2.18 as mail/p5-Mail-POP3Client.
This is a POP3 client module for perl5. It provides an object-oriented
interface to a POP3 server. It can be used to write perl-based
biff clients, mail readers, or whatever. See the inline POD doco
for more details. (perldoc Mail::POP3Client)
-rw-r--r-- | mail/p5-Mail-POP3Client/DESCR | 4 | ||||
-rw-r--r-- | mail/p5-Mail-POP3Client/Makefile | 17 | ||||
-rw-r--r-- | mail/p5-Mail-POP3Client/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/mail/p5-Mail-POP3Client/DESCR b/mail/p5-Mail-POP3Client/DESCR new file mode 100644 index 00000000000..62b7ae94952 --- /dev/null +++ b/mail/p5-Mail-POP3Client/DESCR @@ -0,0 +1,4 @@ +This is a POP3 client module for perl5. It provides an object-oriented +interface to a POP3 server. It can be used to write perl-based +biff clients, mail readers, or whatever. See the inline POD doco +for more details. (perldoc Mail::POP3Client) diff --git a/mail/p5-Mail-POP3Client/Makefile b/mail/p5-Mail-POP3Client/Makefile new file mode 100644 index 00000000000..fc503dab798 --- /dev/null +++ b/mail/p5-Mail-POP3Client/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2013/04/21 12:44:07 ryoon Exp $ +# + +DISTNAME= Mail-POP3Client-2.18 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Mail-POP3Client/ +COMMENT= Perl 5 module to talk to a POP3 (RFC1939) server + +PERL5_PACKLIST= auto/Mail/POP3Client/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-POP3Client/distinfo b/mail/p5-Mail-POP3Client/distinfo new file mode 100644 index 00000000000..d8f1f6abb71 --- /dev/null +++ b/mail/p5-Mail-POP3Client/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/21 12:44:07 ryoon Exp $ + +SHA1 (Mail-POP3Client-2.18.tar.gz) = 61d39947688dff3211445a777d0a9373fab79187 +RMD160 (Mail-POP3Client-2.18.tar.gz) = 2bbae09628ce6948f5e055e59045655bdc358e68 +Size (Mail-POP3Client-2.18.tar.gz) = 16641 bytes |