pkgsrc/textproc/p5-Text-FindIndent/Makefile
wen 3477d702e5 Update to 0.11
Upstream changes:
0.11
    - Remove warning on new Perl
    - Fix count of spaces when there were tabs and spaces at the start of string
2016-07-25 23:43:16 +00:00

20 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.15 2016/07/25 23:43:16 wen Exp $
DISTNAME= Text-FindIndent-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-FindIndent/
COMMENT= Heuristically determine the indent style
LICENSE= ${PERL5_LICENSE}
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/FindIndent/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"