# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Monotone-AutomateStdio 1.10 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 b4aa8f60ae3037b3ad255e680966d9cdbfb43ee8 \ sha256 237d95dc2714d7df07086f31a0492059a83b9b79032d477584f620d8b165f2a3 if {${perl5.major} != ""} { depends_run port:monotone }