diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 11:09:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 11:09:23 +0000 |
commit | 27354da01e64ac0abaf3e4a695a6d33f056547e5 (patch) | |
tree | 7050f184ad070ef903d6ac4ab7b35140e7381404 /net/p5-Net-RawIP | |
parent | 03c3cf846f5eeb3998b64ce5d6dde282df34c5f0 (diff) | |
download | ports-27354da01e64ac0abaf3e4a695a6d33f056547e5.tar.gz ports-27354da01e64ac0abaf3e4a695a6d33f056547e5.zip |
Notes
Diffstat (limited to 'net/p5-Net-RawIP')
-rw-r--r-- | net/p5-Net-RawIP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-RawIP/Makefile b/net/p5-Net-RawIP/Makefile index 849765f7a027..d4545244da30 100644 --- a/net/p5-Net-RawIP/Makefile +++ b/net/p5-Net-RawIP/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A perl module to manipulate raw IP packets -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::RawIP.3 Net::RawIP::libpcap.3 .include <bsd.port.mk> |