pkgsrc/devel/p5-Config-Tiny/Makefile
wen 477354d148 Update to 2.23
Upstream changes:
2.23  Wed Oct 14 09:11:00 2015
	- Add the utf8 BOM to this file. Let's hope the CPAN toolchain can cope. If it can't, another
		version of the code will have to be released.
	- Fix read() and write() so they work on files called '0' (zero). See RT#107754.
		Many thanx to Григорий Кудренко for the report and patch.
	- Add t/05.zero.t and t/0 to test the new code.
	- Reformat the source slightly.
2015-10-15 02:51:21 +00:00

17 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.21 2015/10/15 02:51:21 wen Exp $
DISTNAME= Config-Tiny-2.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
EXTRACT_SUFX= .tgz
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Config-Tiny/
COMMENT= Read/Write .ini style files with as little code as possible
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Config/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"