diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-07 13:20:32 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-07 13:20:32 +0000 |
commit | ca70e439c2cab3afa6b1f158853e01058c1fac47 (patch) | |
tree | 1d8dce4b39a3357f2e6741d55cb1b9a1fa54d346 /textproc/p5-Perl-MinimumVersion/Makefile | |
parent | bd0fca35b5f21e0a664069b2d0448565e1830160 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Perl-MinimumVersion/Makefile')
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index 56127fad3fc4..c3986adda55b 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= perlver.1 MAN3= Perl::MinimumVersion.3 |