pkgsrc/mail/p5-Email-Folder/Makefile
mef 1885f7720d Update 0.857 to 0.859
0.859     2014-09-16 18:29:32-04:00 America/New_York
        - all the changes in this release contributed by Pali Rohár
        - support for mboxcl and mboxcl2
        - add ability to read from a filehandle
        - add next_from and next_messageref methods

0.858     2014-01-07 10:54:18-05:00 America/New_York
          typo fixes in docs (thanks, Florian Schlichting)
2014-11-22 14:50:14 +00:00

19 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.11 2014/11/22 14:50:14 mef Exp $
DISTNAME= Email-Folder-0.859
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
LICENSE= ${PERL5_LICENSE}
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"