ffea49d196
Upstream changes: 0.0701 2021-05-22 - Fix versioning, reindex 0.07 2021-05-21 - if microseconds are set on provided DateTime object to time_format, use them. Fixes RT #136549
22 lines
750 B
Makefile
22 lines
750 B
Makefile
# $NetBSD: Makefile,v 1.24 2021/05/29 01:32:22 wen Exp $
|
|
|
|
DISTNAME= DateTime-Format-MySQL-0.0701
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/DateTime-Format-MySQL
|
|
COMMENT= Parse and format MySQL dates and times
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/DateTime/Format/MySQL/.packlist
|
|
|
|
DEPENDS+= p5-DateTime-Format-Builder>=0.60:../../time/p5-DateTime-Format-Builder
|
|
# 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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|