pkgsrc/time/p5-Data-ICal-DateTime/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

28 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:25 wiz Exp $
DISTNAME= Data-ICal-DateTime-0.7
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-ICal-DateTime
COMMENT= Convenience methods for using Data::ICal with DateTime
DEPENDS+= p5-Class-Accessor>=0.30:../../devel/p5-Class-Accessor
DEPENDS+= p5-Clone>=0.22:../../devel/p5-Clone
DEPENDS+= p5-Data-ICal>=0.07:../../time/p5-Data-ICal
DEPENDS+= p5-DateTime-Format-ICal>=0.08:../../time/p5-DateTime-Format-ICal
DEPENDS+= p5-DateTime-Set>=0.25:../../time/p5-DateTime-Set
BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Data/ICal/DateTime/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"