--------------------------------------- 1.17 2017-07-16 - Read and write files with non-UNIX-newlines - Filter multiple values correctly when using `get_regexp` - Throw an error when `get` is passed no section - Perl 5.28.0 compatibility, by pushing '.' into @INC in Makefile.PL for Module::Install
22 lines
722 B
Makefile
22 lines
722 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/08/21 13:31:56 mef Exp $
|
|
|
|
DISTNAME= Config-GitLike-1.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Config-GitLike/
|
|
COMMENT= Perl 5 module providing a git-compatible config file parser
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
|
DEPENDS+= p5-MooX-Types-MooseLike-[0-9]*:../../devel/p5-MooX-Types-MooseLike
|
|
# For test target
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Config/GitLike/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|