diff options
author | wen <wen@pkgsrc.org> | 2016-03-05 07:49:43 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-03-05 07:49:43 +0000 |
commit | ac1686dcf7f9b8dcf7d8a9232ad447f330781723 (patch) | |
tree | 14b283be4cf118d8d151a849f971bb46ead4d0b8 /time/p5-DateTime-Format-MySQL/Makefile | |
parent | 8268120ef210ee2906a6a322c61bd25ee9c1b11d (diff) | |
download | pkgsrc-ac1686dcf7f9b8dcf7d8a9232ad447f330781723.tar.gz |
Update to 0.06
Add LICENSE
Upstream changes:
0.06 2016-02-12
- Fixed typo in regex that strangely works most of the time
Diffstat (limited to 'time/p5-DateTime-Format-MySQL/Makefile')
-rw-r--r-- | time/p5-DateTime-Format-MySQL/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/p5-DateTime-Format-MySQL/Makefile b/time/p5-DateTime-Format-MySQL/Makefile index 037553900b7..9a35b41cebe 100644 --- a/time/p5-DateTime-Format-MySQL/Makefile +++ b/time/p5-DateTime-Format-MySQL/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.14 2016/01/30 13:11:49 mef Exp $ +# $NetBSD: Makefile,v 1.15 2016/03/05 07:49:43 wen Exp $ -DISTNAME= DateTime-Format-MySQL-0.05 +DISTNAME= DateTime-Format-MySQL-0.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 |