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.
This commit is contained in:
parent
654cba7bb0
commit
6ac136f773
3 changed files with 27 additions and 0 deletions
2
mail/p5-Email-Folder/DESCR
Normal file
2
mail/p5-Email-Folder/DESCR
Normal file
|
@ -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.
|
20
mail/p5-Email-Folder/Makefile
Normal file
20
mail/p5-Email-Folder/Makefile
Normal file
|
@ -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"
|
5
mail/p5-Email-Folder/distinfo
Normal file
5
mail/p5-Email-Folder/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue