diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 07:11:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 07:11:48 +0000 |
commit | 312fd92cc301fbf0529d852d31550be7b6e0c679 (patch) | |
tree | 949ad8ae14ec788c18c083eccf4718c6ceb49128 /sysutils/p5-Plugtools/Makefile | |
parent | df895bd769fc39161924f2b89f3548f60e4ea616 (diff) | |
download | ports-312fd92cc301fbf0529d852d31550be7b6e0c679.tar.gz ports-312fd92cc301fbf0529d852d31550be7b6e0c679.zip |
Notes
Diffstat (limited to 'sysutils/p5-Plugtools/Makefile')
-rw-r--r-- | sysutils/p5-Plugtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/p5-Plugtools/Makefile b/sysutils/p5-Plugtools/Makefile index 21c223fbce9a..06daa4312e21 100644 --- a/sysutils/p5-Plugtools/Makefile +++ b/sysutils/p5-Plugtools/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \ p5-Config-IniHash>=0:${PORTSDIR}/devel/p5-Config-IniHash -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plugtools.3 \ Plugtools::Plugins::Dump.3 |