pkgsrc/misc/p5-Parse-Win32Registry/Makefile
wen 2319338f4b Update to 1.1
Upstream changes:
1.1 2020-09-19

Added fix for errors decoding registry timestamps. (This was due to the
interpretation of dates in timegm changing in recent versions of Perl.)
Thanks to B.M.W. and Slaven Rezic for their help with this.

Updated as_regedit_export to handle undefined REG_SZ values.
2021-09-12 01:57:21 +00:00

15 lines
417 B
Makefile

# $NetBSD: Makefile,v 1.11 2021/09/12 01:57:21 wen Exp $
DISTNAME= Parse-Win32Registry-1.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Parse Windows Registry Files
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Parse/Win32Registry/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"