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

github.setup        BurntSushi erd 0.2.2 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

checksums           rmd160  5ae9f94cbd1a00d5f0c90414c91f6683c6f20775 \
                    sha256  4bd428e147842b8b6d119f879e1562d9432d38ba3ed04439a59d051021c90337 \
                    size    203791

categories          textproc graphics haskell
license             public-domain
maintainers         {amake @amake} openmaintainer

description         Entity-relationship diagram generator
long_description    \
    This utility takes a plain text description of entities, their attributes \
    and the relationships between entities and produces a visual diagram \
    modeling the description.

depends_run-append  path:bin/dot:graphviz

test.run            yes

github.livecheck.regex  {([0-9.]+)}
