# $Id: Portfile 50648 2009-05-06 00:39:06Z tommyd@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Monotone-AutomateStdio 0.04
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     e29179e22a17a6b6ff08dfa4251e2d75 \
                      sha1    5285a622d064a63854c28ee152dbb435bac70ee8 \
                      rmd160  0aabd4c07cdb079c5662b16db431bce32ea29db6

depends_run           port:monotone

