pkgsrc/devel/p5-Config-Grammar/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

19 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:10 rodent Exp $
DISTNAME= Config-Grammar-1.10
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Config/Grammar/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"