diff options
author | Gavin Atkinson <gavin@FreeBSD.org> | 2014-05-15 01:25:18 +0000 |
---|---|---|
committer | Gavin Atkinson <gavin@FreeBSD.org> | 2014-05-15 01:25:18 +0000 |
commit | 8c921479180aacd0bb9b8008ad317b2d54dfb71a (patch) | |
tree | 4b137dee267dfe6f7c932c2757a91a1f811b8142 /net/arping | |
parent | f4eda4dda2a9c627557099b3ab91aa9de5bbd189 (diff) | |
download | ports-8c921479180aacd0bb9b8008ad317b2d54dfb71a.tar.gz ports-8c921479180aacd0bb9b8008ad317b2d54dfb71a.zip |
Notes
Diffstat (limited to 'net/arping')
-rw-r--r-- | net/arping/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile index d62c640c3e8f..c8df0dac24a5 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.habets.pp.se/synscan/files/ MAINTAINER= gavin@FreeBSD.org COMMENT= ARP level "ping" utility +LICENSE= GPLv2 + LIB_DEPENDS= net:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes |