diff options
Diffstat (limited to 'www/p5-HTML-ExtractContent/Makefile')
-rw-r--r-- | www/p5-HTML-ExtractContent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-ExtractContent/Makefile b/www/p5-HTML-ExtractContent/Makefile index ae2d4a0c7da8..58d2b1067be8 100644 --- a/www/p5-HTML-ExtractContent/Makefile +++ b/www/p5-HTML-ExtractContent/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::ExtractContent.3 |