diff options
Diffstat (limited to 'www/p5-webservice-validator-html-w3c')
-rw-r--r-- | www/p5-webservice-validator-html-w3c/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-webservice-validator-html-w3c/Makefile b/www/p5-webservice-validator-html-w3c/Makefile index 1231aa6ca489..0592c39a919e 100644 --- a/www/p5-webservice-validator-html-w3c/Makefile +++ b/www/p5-webservice-validator-html-w3c/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Validator::HTML::W3C::Error.3 \ WebService::Validator::HTML::W3C.3 |