pkgsrc/textproc/p5-iCal-Parser/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

23 lines
827 B
Makefile

# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:49 wiz Exp $
#
DISTNAME= iCal-Parser-1.16
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= textproc perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/R/RF/RFRANKEL/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RF/RFRANKEL/
COMMENT= Parse iCalendar files into a data structure
# PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/iCal/Parser/.packlist
DEPENDS+= p5-DateTime-Format-ICal>=0.08:../../time/p5-DateTime-Format-ICal
DEPENDS+= p5-Text-vFile-asData>=0.02:../../textproc/p5-Text-vFile-asData
DEPENDS+= p5-FreezeThaw>=0.43:../../devel/p5-FreezeThaw
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"