pkgsrc/textproc/p5-String-Truncate/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

22 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:26 rodent Exp $
DISTNAME= String-Truncate-1.100600
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/String-Truncate/
COMMENT= Perl5 module for when strings are too long to be displayed
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Sub-Exporter>=0.953:../../devel/p5-Sub-Exporter
DEPENDS+= p5-Sub-Install>=0.030:../../devel/p5-Sub-Exporter
# EU::MM 6.31 is in core as well as Test::More 0.96 (we have 0.98)
PERL5_PACKLIST= auto/String/Truncate/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"