pkgsrc/textproc/p5-Text-FindIndent/Makefile
hiramatsu cf60b63987 Update p5-Text-FindIndent to 0.10.
Change from previous:
0.10
        - Robustify some regexes against warnings.
2011-10-16 09:18:28 +00:00

22 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/10/16 09:18:28 hiramatsu Exp $
DISTNAME= Text-FindIndent-0.10
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"