pkgsrc/net/arp-scan/Makefile

22 lines
567 B
Makefile
Raw Normal View History

2021-05-24 21:49:01 +02:00
# $NetBSD: Makefile,v 1.14 2021/05/24 19:53:15 wiz Exp $
#
2015-01-03 15:44:36 +01:00
DISTNAME= arp-scan-1.9
2021-05-24 21:49:01 +02:00
PKGREVISION= 6
CATEGORIES= net
2015-01-03 15:44:36 +01:00
MASTER_SITES= http://www.nta-monitor.com/files/arp-scan/
MAINTAINER= pkgsrc-users@NetBSD.org
2017-08-01 19:40:08 +02:00
#HOMEPAGE= http://www.nta-monitor.com/tools-resources/security-tools/arp-scan
COMMENT= Discovery and fingerprinting tool using ARP
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_TOOLS+= perl:run
REPLACE_PERL= arp-fingerprint get-iab get-oui
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.8
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"