# -*- 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.398 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  fac1edb79963a989baea10bff05d31b421dd1b37 \
                    sha256  cd52f7eb5c0f438a3605d1799d9f345a2894ad0f269ab6e8441f55e27e80dd78 \
                    size    2531820

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