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

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Monotone-AutomateStdio 1.10
license             LGPL-3+
maintainers         nomaintainer
platforms           {darwin any}

description         Perl interface to Monotone via automate stdio
long_description    The Monotone::AutomateStdio class gives a Perl developer \
                    access to the Monotone automate stdio facility via an easy \
                    to use interface. All command, option and output formats \
                    are handled internally by this class. Any structured \
                    information returned by Monotone is parsed and returned \
                    back to the caller as lists of records for ease of \
                    access or alternatively as one large string.

checksums           rmd160  b4aa8f60ae3037b3ad255e680966d9cdbfb43ee8 \
                    sha256  237d95dc2714d7df07086f31a0492059a83b9b79032d477584f620d8b165f2a3 \
                    size    59139

if {${perl5.major} != ""} {
    depends_run     path:bin/mtn:monotone-devel

    supported_archs noarch
}