blob: e68af7927963b92692ebd2c6b6ce2a544a4eb3bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.2 2012/10/03 21:56:52 wiz Exp $
#
DISTNAME= arp-scan-1.8
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.nta-monitor.com/tools/arp-scan/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nta-monitor.com/tools/arp-scan/
COMMENT= Discovery and fingerprinting tool using ARP
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= perl:run
REPLACE_PERL= arp-fingerprint get-iab get-oui
.include "../../mk/bsd.pkg.mk"
|