diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 07:29:05 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 07:29:05 +0000 |
| commit | dd0efaef40a2416d854a56bcffa216d809ca19fb (patch) | |
| tree | 0265fe44e2e8b525ce586385590e09f52eff9e23 /net/p5-Net-ARP | |
| parent | - Fix the build against Clang (diff) | |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net/p5-Net-ARP')
| -rw-r--r-- | net/p5-Net-ARP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-ARP/Makefile b/net/p5-Net-ARP/Makefile index 966d98c246c5..9d20c9b3083c 100644 --- a/net/p5-Net-ARP/Makefile +++ b/net/p5-Net-ARP/Makefile @@ -17,7 +17,8 @@ COMMENT= Perl extension for creating ARP packets BUILD_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} |
