# -*- 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        vcrhonek hwdata 0.396 v
github.tarball_from archive
revision            0
categories          sysutils
platforms           {darwin any}
supported_archs     noarch
license             {GPL-2+ BSD}
maintainers         {makr @mohd-akram} openmaintainer

description         hardware identification and configuration data

long_description    hwdata contains various hardware identification and \
                    configuration data, such as the pci.ids and usb.ids \
                    databases.

checksums           rmd160  2b76c5cee75ece97d24c4798864ac75bce309976 \
                    sha256  6ed6ff6eb9d137b9669af6966974643a015cf302a39237ef84dd2efa5e20bae8 \
                    size    2515862

platform darwin {
    configure.args-append   --disable-blacklist
}
