# -*- 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
PortGroup           lua 1.0

github.setup        freebsd lutok 0.6.1 lutok-
categories          devel
license             BSD
maintainers         nomaintainer

description         Lutok is a lightweight C++ API library for Lua.
long_description    Lutok provides thin C++ wrappers around the Lua C \
                    API to ease the interaction between C++ and Lua. \
                    These wrappers make intensive use of RAII to \
                    prevent resource leakage, expose C++-friendly \
                    data types, report errors by means of exceptions \
                    and ensure that the Lua stack is always left \
                    untouched in the face of errors.

github.tarball_from archive
checksums           rmd160  1635836ca7634840fdabd70b651ea7313d2963c7 \
                    sha256  32bdd78b836598ff7c33487e8328ec7a0ca7fcf8356b777edfc84d1525516e87 \
                    size    47275

depends_build-append path:bin/pkg-config:pkgconfig \
                    port:autoconf \
                    port:automake \
                    port:libtool

use_autoreconf      yes
autoreconf.args     -fvi

lua.version         5.4

