diff options
Diffstat (limited to 'devel/cpan-upload/Makefile')
-rw-r--r-- | devel/cpan-upload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cpan-upload/Makefile b/devel/cpan-upload/Makefile index c29b55c95acb..7fa801f09395 100644 --- a/devel/cpan-upload/Makefile +++ b/devel/cpan-upload/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-AppConfig-Std>=1.05:${PORTSDIR}/devel/p5-AppConfig-Std \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cpan-upload.1 |