# -*- 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        freebsd kyua 0.14.1 kyua-
categories          devel
license             BSD
maintainers         nomaintainer

description         Kyua is a testing framework for infrastructure software.
long_description    Kyua is a testing framework for infrastructure software, \
                    originally designed to equip BSD-based operating systems \
                    with a test suite.

github.tarball_from releases
checksums           rmd160  eb7a202d5f0e9a62188a18299a44aa190de7b94e \
                    sha256  3caf30a7e316f4f21c32e1c419ec80371fe113e3eed10ba1db9e6efc7ee15ecb \
                    size    996797
depends_build       path:bin/pkg-config:pkgconfig

depends_lib         port:lutok \
                    port:lua \
                    port:sqlite3

