pkgsrc/time/p5-DateTime-Format-Builder/Makefile
wen 96272d73af Update to 0.82
Upstream changes:
0.82     2019-03-03

- Removed use of Class::Factory::Util. That distro is poorly maintained (by
  me) and it has some issues with its use of Module::Build. This distro
  (DateTime-Format-Builder) really doesn't need to use Class::Factory::Util.
2019-03-16 13:28:29 +00:00

25 lines
923 B
Makefile

# $NetBSD: Makefile,v 1.19 2019/03/16 13:28:29 wen Exp $
DISTNAME= DateTime-Format-Builder-0.82
PKGNAME= p5-${DISTNAME}00
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-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
# for make test
BUILD_DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
BUILD_DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DateTime/Format/Builder/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"