7b4709677e
- convert spaces to tabs (pkglint --autofix) - set, not append to USE_LANGUAGES
18 lines
614 B
Makefile
18 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/10/29 08:32:52 shattered Exp $
|
|
|
|
DISTNAME= Text-Context-3.6
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= kuli0020@NetBSD.org
|
|
HOMEPAGE= http://cpan.uwinnipeg.ca/module/Text::Context
|
|
COMMENT= Perl module for highlighting search result context snippets
|
|
|
|
DEPENDS+= p5-Text-Context-EitherSide>=1.1:../../textproc/p5-Text-Context-EitherSide
|
|
DEPENDS+= p5-UNIVERSAL-exports>=0.03:../../wip/p5-UNIVERSAL-exports
|
|
|
|
PERL5_PACKLIST= auto/Text/Context/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|