diff options
Diffstat (limited to 'misc/p5-Array-FileReader/Makefile')
-rw-r--r-- | misc/p5-Array-FileReader/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/p5-Array-FileReader/Makefile b/misc/p5-Array-FileReader/Makefile index 73e9c43566f9..7043755301d3 100644 --- a/misc/p5-Array-FileReader/Makefile +++ b/misc/p5-Array-FileReader/Makefile @@ -13,7 +13,8 @@ COMMENT= Lazily tie files to arrays for reading BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::FileReader.3 |