diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:26:57 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:26:57 +0000 |
commit | f900846e5260dc5d66ccd323d0da759c95e2d6bb (patch) | |
tree | 3d2d195baaa9a28035ca99cf8f30d5a105a434b0 /textproc/p5-Text-DHCPLeases | |
parent | 92c4ee1048b74b790b3b109e036920b222527701 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-DHCPLeases')
-rw-r--r-- | textproc/p5-Text-DHCPLeases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-DHCPLeases/Makefile b/textproc/p5-Text-DHCPLeases/Makefile index c34a86e53545..bd64b45991c8 100644 --- a/textproc/p5-Text-DHCPLeases/Makefile +++ b/textproc/p5-Text-DHCPLeases/Makefile @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to parse DHCP leases file from ISC dhcpd -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Text::DHCPLeases.3 \ Text::DHCPLeases::Object.3 \ |