bdde984a6a
-------------------------------------- * Fixes 'Name "Config::Grammar::File" used only once' (patch by Salvatore Bonaccorso) * Fix spelling error in manpage (patch by Salvatore Bonaccorso) * Use Dist::Zilla to prepare the Perl distribution for CPAN CVS: ----------------------------------------------------------------------
16 lines
465 B
Makefile
16 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/09/15 12:55:51 mef Exp $
|
|
|
|
DISTNAME= Config-Grammar-1.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Config-Grammar/
|
|
COMMENT= Grammar-based, user-friendly config parser
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Config/Grammar/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|