aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Cassandra
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-06 09:21:19 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-06 09:21:19 +0000
commit69f02904e70bba5028181729a9047df0481896f0 (patch)
tree31f9decc63133fb11f18e2ffde4c5fa535c2355e /net/p5-Net-Cassandra
parent8e7abd2285f873c34bf019cdc1bcee521f4fa8da (diff)
downloadports-69f02904e70bba5028181729a9047df0481896f0.tar.gz
ports-69f02904e70bba5028181729a9047df0481896f0.zip
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326481
Diffstat (limited to 'net/p5-Net-Cassandra')
-rw-r--r--net/p5-Net-Cassandra/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Cassandra/Makefile b/net/p5-Net-Cassandra/Makefile
index dc29fb8c2e2a..e7a2d9a43970 100644
--- a/net/p5-Net-Cassandra/Makefile
+++ b/net/p5-Net-Cassandra/Makefile
@@ -19,6 +19,7 @@ RUN_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor
MAN3= Net::Cassandra.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>