diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 10:47:10 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 10:47:10 +0000 |
commit | 6a0dfa24b4377d6e38ff2db50a705011a46df153 (patch) | |
tree | d89287b5ab749a4a8e62bdbf337dd9b5119f220e /net/p5-Net-SCP-Expect/Makefile | |
parent | 578159310c02b9e91b444444b5a53836b5b33a02 (diff) | |
download | ports-6a0dfa24b4377d6e38ff2db50a705011a46df153.tar.gz ports-6a0dfa24b4377d6e38ff2db50a705011a46df153.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326486
Diffstat (limited to 'net/p5-Net-SCP-Expect/Makefile')
-rw-r--r-- | net/p5-Net-SCP-Expect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-SCP-Expect/Makefile b/net/p5-Net-SCP-Expect/Makefile index 3db8d6ad2f2f..32e9936eb9ba 100644 --- a/net/p5-Net-SCP-Expect/Makefile +++ b/net/p5-Net-SCP-Expect/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Expect>=1.14:${PORTSDIR}/lang/p5-Expect \ p5-Term-ReadPassword>=0.01:${PORTSDIR}/devel/p5-Term-ReadPassword RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SCP::Expect.3 |