diff options
Diffstat (limited to 'textproc/p5-XML-XSLT/Makefile')
-rw-r--r-- | textproc/p5-XML-XSLT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile index 9c00d3229238..e5be28c477f5 100644 --- a/textproc/p5-XML-XSLT/Makefile +++ b/textproc/p5-XML-XSLT/Makefile @@ -17,7 +17,8 @@ COMMENT= XML::XSLT - A perl module for processing XSLT BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= xslt-parser.1 MAN3= XML::XSLT.3 |