diff options
Diffstat (limited to 'www/p5-libservlet')
-rw-r--r-- | www/p5-libservlet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-libservlet/Makefile b/www/p5-libservlet/Makefile index 1e269da6e7c7..8df051c7fd8f 100644 --- a/www/p5-libservlet/Makefile +++ b/www/p5-libservlet/Makefile @@ -18,7 +18,8 @@ COMMENT= Servlet API for Perl BUILD_DEPENDS= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Servlet.3 \ Servlet::Config.3 \ |