# $Id: Portfile 68564 2010-06-06 21:44:37Z tommyd@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Monotone-AutomateStdio 0.08
maintainers           tommyd openmaintainer
description           Perl interface to Monotone via automate stdio
long_description      The Monotone::AutomateStdio class gives a Perl developer \
                      access to Monotone's 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.

platforms             darwin

checksums             md5     776d7615d2379c59c1f28dea51bc209e \
                      sha1    7da089297c69534ff6561ecd0add93fb19f58f08 \
                      rmd160  54b5a16692becfdfe5cd47a40130d1c8d55f30a7

depends_run           port:monotone

