diff options
Diffstat (limited to 'devel/p5-Test-Script/Makefile')
-rw-r--r-- | devel/p5-Test-Script/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Test-Script/Makefile b/devel/p5-Test-Script/Makefile index 65be1cab815b..bfd03084461d 100644 --- a/devel/p5-Test-Script/Makefile +++ b/devel/p5-Test-Script/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-IPC-Run3>=0.034:${PORTSDIR}/devel/p5-IPC-Run3 \ p5-Probe-Perl>=0.01:${PORTSDIR}/sysutils/p5-Probe-Perl BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Script.3 |