# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Monotone-AutomateStdio 1.01 ../by-authors/id/A/AE/AECOOPER/monotone
revision              1
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     b06d4e7a3bbda228081124b2c0fcc01e \
                      sha1    59fddc8287d6bab9f30fa3402929f033bd69bce2 \
                      rmd160  d8c3a5427be0d3a41ec6a89f3032380b6318a458

if {${perl5.major} != ""} {
depends_run           port:monotone
}
