diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 09:21:19 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 09:21:19 +0000 |
commit | 69f02904e70bba5028181729a9047df0481896f0 (patch) | |
tree | 31f9decc63133fb11f18e2ffde4c5fa535c2355e /net/p5-Net-DHCPClient | |
parent | 8e7abd2285f873c34bf019cdc1bcee521f4fa8da (diff) |
Notes
Diffstat (limited to 'net/p5-Net-DHCPClient')
-rw-r--r-- | net/p5-Net-DHCPClient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-DHCPClient/Makefile b/net/p5-Net-DHCPClient/Makefile index 0b1f3afd0756..9cb999d133fe 100644 --- a/net/p5-Net-DHCPClient/Makefile +++ b/net/p5-Net-DHCPClient/Makefile @@ -15,7 +15,8 @@ MAINTAINER= sem@FreeBSD.org COMMENT= A Perl implementation of a DHCP client API RUN_DEPENDS+= p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} |