7f066018b2
3.000003 2020-03-24 * Fix stray non-ASCII characters in the versions in the Changes log. - https://rt.cpan.org/Ticket/Display.html?id=125161 - Thanks to SREZIC. * Throw an error on failed close() before rename() to overwrite the file. - https://rt.cpan.org/Ticket/Display.html?id=114140 - Thanks to SREZIC and fschlich. * Allow overriding the output chmod() file permissions. - https://rt.cpan.org/Ticket/Display.html?id=84431
20 lines
647 B
Makefile
20 lines
647 B
Makefile
# $NetBSD: Makefile,v 1.58 2020/04/11 12:01:13 mef Exp $
|
|
|
|
DISTNAME= Config-IniFiles-3.000003
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Config-IniFiles
|
|
COMMENT= Perl module for reading .ini-style configuration files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
|
|
DEPENDS+= p5-List-MoreUtils>=0.33:../../devel/p5-List-MoreUtils
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Config/IniFiles/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|