Add LICENSE Upstream changes: 0.06 2016-02-12 - Fixed typo in regex that strangely works most of the time
21 lines
689 B
Makefile
21 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.15 2016/03/05 07:49:43 wen Exp $
|
|
|
|
DISTNAME= DateTime-Format-MySQL-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|