diff options
author | az <az@FreeBSD.org> | 2013-09-06 22:30:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-06 22:30:23 +0800 |
commit | 8e14f0d0284481bb918484a01042ffcc1fbe5047 (patch) | |
tree | d6d6dd77a5c95bedf28f79dd7b1fc328f8f4c716 /net/p5-Net-OAuth-Simple | |
parent | d176cd905d1ac7643eaaaced37fae7fa6e3e77d0 (diff) | |
download | freebsd-ports-gnome-8e14f0d0284481bb918484a01042ffcc1fbe5047.tar.gz freebsd-ports-gnome-8e14f0d0284481bb918484a01042ffcc1fbe5047.tar.zst freebsd-ports-gnome-8e14f0d0284481bb918484a01042ffcc1fbe5047.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net/p5-Net-OAuth-Simple')
-rw-r--r-- | net/p5-Net-OAuth-Simple/Makefile | 3 |
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> |