pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile
sno 44737a89fa Updating time/p5-DateTime-Format-ISO8601 from 0.06 to 0.07
pkgsrc changes:
- Adjusting license

Upstream changes:
0.07 Sun Jan 17 23:35:40 MST 2010
    - fix test failures caused by tests using DateTime->now(), all tests
      should now pass reguardless of the "wallclock" when they are being run
2010-02-02 14:43:11 +00:00

27 lines
910 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/02/02 14:43:11 sno Exp $
DISTNAME= DateTime-Format-ISO8601-0.07
PKGNAME= p5-${DISTNAME}00
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://search.cpan.org/~jhoblitt/DateTime-Format-ISO8601/
COMMENT= Parses ISO8601 formats
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-DateTime>=0.18:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Builder>=0.77:../../time/p5-DateTime-Format-Builder
# Recommended dependencies:
BUILD_DEPENDS+= p5-File-Find-Rule>=0.24:../../devel/p5-File-Find-Rule
BUILD_DEPENDS+= p5-Test-Distribution>=1.22:../../devel/p5-Test-Distribution
BUILD_DEPENDS+= p5-Test-Pod>=0.95:../../devel/p5-Test-Pod
PERL5_PACKLIST= auto/DateTime/Format/ISO8601/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"