diff options
author | seb <seb@pkgsrc.org> | 2008-08-18 21:39:52 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-18 21:39:52 +0000 |
commit | 6ac136f773335b143649c6d9f513602800df98b3 (patch) | |
tree | d847a8fa2efe42a41eacb90a8dc2776ae456e6e7 /mail | |
parent | 654cba7bb0ac790b48cf5bfff9077ce0cbf783a2 (diff) | |
download | pkgsrc-6ac136f773335b143649c6d9f513602800df98b3.tar.gz |
Initial import of p5-Email-Folder version 0.854 in the NetBSD
Packages Collection.
The Perl 5 module Email::Folder provides a class for reading all
the messages from a folder as Email::Simple objects.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Folder/DESCR | 2 | ||||
-rw-r--r-- | mail/p5-Email-Folder/Makefile | 20 | ||||
-rw-r--r-- | mail/p5-Email-Folder/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/mail/p5-Email-Folder/DESCR b/mail/p5-Email-Folder/DESCR new file mode 100644 index 00000000000..a8b3287a18b --- /dev/null +++ b/mail/p5-Email-Folder/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Email::Folder provides a class for reading all +the messages from a folder as Email::Simple objects. diff --git a/mail/p5-Email-Folder/Makefile b/mail/p5-Email-Folder/Makefile new file mode 100644 index 00000000000..b035a5656bd --- /dev/null +++ b/mail/p5-Email-Folder/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/18 21:39:52 seb Exp $ + +DISTNAME= Email-Folder-0.854 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Email-Folder/ +COMMENT= Perl 5 module to read all the messages from a folder + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Email/Folder/.packlist + +DEPENDS+= p5-Email-FolderType>=0.6:../../mail/p5-Email-FolderType +DEPENDS+= p5-Email-Simple-[0-9]*:../../mail/p5-Email-Simple + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Email-Folder/distinfo b/mail/p5-Email-Folder/distinfo new file mode 100644 index 00000000000..fcb79aefa62 --- /dev/null +++ b/mail/p5-Email-Folder/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/18 21:39:52 seb Exp $ + +SHA1 (Email-Folder-0.854.tar.gz) = d1285561fee0c5709e2362fb0e8ed7dd0a4a0332 +RMD160 (Email-Folder-0.854.tar.gz) = 0b3753e62403fac979476efa33e6d2cf2245c64c +Size (Email-Folder-0.854.tar.gz) = 34264 bytes |