59e4dbae60
Pkgsrc changes: - Set LICENSE Upstream changes: 1.04 - 2010-04-03 * The functionality of Config::GitLike::Cascaded has been folded into Config::GitLike as a "cascade" option, and the subpackage is now deprecated. (alexmv) * Config::GitLike::Git->new->load("/path/to/git") when the path is lacking a ".git", or is a bare repository, now works. (alexmv) * Fixed a bug wherein the home directory config file would be loaded twice, causing all values to be multiple, if that was your cwd. Reported by rjbs. (alexmv) * Allow explicitly calling ->load_file without previously having called ->load (alexmv) 1.03 - 2010-01-03 * Filter without replace_all should only replace the _first_ match (alexmv) * Having a matching filter with multiple and not replace_all does mean replacement (alexmv) * Fix a test that failed because multiple now works, and we're too smart (alexmv) * Fix for when ->set_multiple called with no arguments (alexmv)
26 lines
708 B
Makefile
26 lines
708 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/04/24 17:17:01 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Config-GitLike-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Config/GitLike/.packlist
|
|
|
|
DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose
|
|
|
|
# For test target
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|