# -*- 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.13 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  b83cd7e8d5a45896a7b148e822c1335218f8067c \
                    sha256  db6e5d341d5cf7e49e50aa361243e19087a00ba33742b0855d2685c0b8e721d6

depends_build       path:bin/pkg-config:pkgconfig

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

patchfiles          Makefile.in.patch
