# -*- 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 # $Id: Portfile 144565 2016-01-12 21:45:09Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.22 perl5.setup Monotone-AutomateStdio 1.03 revision 1 license LGPL-3+ maintainers nomaintainer platforms darwin supported_archs noarch 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 af583afa988ec5f4f21114c8c037cac16d990e5b \ sha256 f3e2fa370a16d0d90ac7f9c30bdd005a5a7317f128d7ca4a8293b3488fb15429 if {${perl5.major} != ""} { depends_run port:monotone }