d0b8420b6a
Upstream changes: 0.08 - Handle case where hash keys and values are indented by braces pos + 1 (CHORNY) - Check if indent level is same on next line and slightly increase probability of current indent type. Should be faster too. (CHORNY) - Add option 'first_level_indent_only' to check only indent where previous line is empty. (CHORNY)
22 lines
646 B
Makefile
22 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/01/17 00:22:08 sno Exp $
|
|
|
|
DISTNAME= Text-FindIndent-0.08
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Text/FindIndent/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|