# -*- 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.405 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  9db15aa7427b67109ff39a86337f49d6b6ffc845 \
                    sha256  13605519e72e46aa13d5eede1901a07a6c83cd25ef866a86e7458047b5c81ce5 \
                    size    2586574

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