pkgsrc/time/p5-DateTime-Format-Builder/Makefile
wiz d2ca14a3f1 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

24 lines
865 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/05/31 12:42:25 wiz Exp $
DISTNAME= DateTime-Format-Builder-0.81
PKGNAME= p5-${DISTNAME}00
PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://search.cpan.org/~drolsky/DateTime-Format-Builder/
COMMENT= Create DateTime parser classes and objects
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Factory-Util>=1.6:../../devel/p5-Class-Factory-Util
DEPENDS+= p5-DateTime>=1.00:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Strptime>=1.04:../../time/p5-DateTime-Format-Strptime
DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DateTime/Format/Builder/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"