a7b5b0068d
Changes: 1.07 2011-10-25 * Fix a spelling mistake in Config::GitLike::Cascaded (gregoa@debian.org, forwarded by carnil@debian.org) 1.06 2011-10-12 * Allow calling ->load_file as a class method, for simple use cases (alexmv) * Fix a parsing bug when quoted strings directly adjoined to unquoted strings (alexmv) * Calling ->load_file on a nonexistant file no longer sets ->is_loaded (alexmv) * Document that getters implicitly call ->load (alexmv) * Make ->dump implicitly call ->load as well (alexmv) * Minor POD fixes (alexmv, spang)
23 lines
693 B
Makefile
23 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/02/01 20:39:33 rhaen Exp $
|
|
|
|
DISTNAME= Config-GitLike-1.07
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose
|
|
# 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"
|