pkgsrc/textproc/p5-iCal-Parser/Makefile
wiz 047a7f787e Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

23 lines
826 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:23 wiz Exp $
#
DISTNAME= iCal-Parser-1.16
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
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"