# -*- 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.411 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  0a71f5c6d809bc779bb7473460425c2a56817760 \
                    sha256  d75462181fbd307228e0a48b8d1449f1773ea4b1f17e8a1d56346907f999ce33 \
                    size    2651418

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