aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-OAuth-Simple
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-06 14:30:23 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-06 14:30:23 +0000
commit67c3ce47d7c1ca69ba10c11644a0460191642ec6 (patch)
treed6d6dd77a5c95bedf28f79dd7b1fc328f8f4c716 /net/p5-Net-OAuth-Simple
parent86ef053f8c990bc1c599bcd0c8ef381d1fdec90a (diff)
downloadports-67c3ce47d7c1ca69ba10c11644a0460191642ec6.tar.gz
ports-67c3ce47d7c1ca69ba10c11644a0460191642ec6.zip
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326506
Diffstat (limited to 'net/p5-Net-OAuth-Simple')
-rw-r--r--net/p5-Net-OAuth-Simple/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-OAuth-Simple/Makefile b/net/p5-Net-OAuth-Simple/Makefile
index cd97ac8350cd..702a73b40a67 100644
--- a/net/p5-Net-OAuth-Simple/Makefile
+++ b/net/p5-Net-OAuth-Simple/Makefile
@@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \
p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::OAuth::Simple.3
.include <bsd.port.mk>