# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        royhills arp-scan 1.10.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0
categories          net
license             GPL-3
maintainers         {mps @Schamschula} openmaintainer
description         ARP scanning and fingerprinting tool
long_description    Arp-scan is a command-line tool that uses the ARP protocol to \
                    discover and fingerprint IP hosts on the local network.

use_autoreconf      yes

checksums           rmd160  0f29ef05ace3d8102de931db372d5246ec4e1f32 \
                    sha256  3867ecbac120841f2576c6ca2882dd36b76d8189621d3b2e36923a62cb8be2bc \
                    size    653924

depends_lib         port:libpcap
