diff options
Diffstat (limited to 'devel/perltidy/Makefile')
-rw-r--r-- | devel/perltidy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/perltidy/Makefile b/devel/perltidy/Makefile index 5129a9b455a1..40ce2c3c656f 100644 --- a/devel/perltidy/Makefile +++ b/devel/perltidy/Makefile @@ -13,7 +13,8 @@ COMMENT= Indents and reformats Perl scripts to make them easier to read LICENSE= GPLv2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= perltidy.1 MAN3= Perl::Tidy.3 |