# -*- 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           golang 1.0

go.setup            github.com/dmarkham/enumer 1.6.3 v
go.offline_build    no
go.toolchain_min    1.24.1
github.tarball_from archive
revision            0

description         A Go tool to auto generate methods for your enums

long_description    {*}${description}

categories          devel
installs_libs       no
license             BSD
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}

checksums           ${distname}${extract.suffix} \
                        rmd160  e75ce016c2f0222430ded403f2b4ee1f59ed307f \
                        sha256  b8fe84e1d938f46933110246d762c08c5cd8958291c151a9cbde581bf39dd978 \
                        size    30509

