diff options
Diffstat (limited to 'textproc/p5-Text-FindIndent/Makefile')
-rw-r--r-- | textproc/p5-Text-FindIndent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-FindIndent/Makefile b/textproc/p5-Text-FindIndent/Makefile index 7c60456895e0..8fa904630d40 100644 --- a/textproc/p5-Text-FindIndent/Makefile +++ b/textproc/p5-Text-FindIndent/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to heuristically determine the indent style of a file -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Text::FindIndent.3 |