pkgsrc/devel/p5-Config-Tiny/Makefile
wen c8976fdb02 Update to 2.28
Upstream changes:
Changes for version 2.28 - 2022-01-04

    Accept pull request from Todd Rinaldo to replace both uses of bareword filehandles with my variables. With thanx.
    Accept 2019 pull request to Makefile.PL, for the purpose of modernization, and with some slight modifications, from Grinnz.
    Make corresponding patches where appropriate to Tiny.pm and t/02.main.t.
    Thanx to Grinnz aka Dan Book for the prompting.
2022-01-21 00:20:59 +00:00

17 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.33 2022/01/21 00:20:59 wen Exp $
DISTNAME= Config-Tiny-2.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"