# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		SVN-Mirror 0.74
maintainers		geeklair.net:dluke
description		This is a Perl extension for mirroring a remote repository to a local subversion one.
long_description	${description}

checksums		md5 d6bab6c4a1ce3e01e7e5222da5e1f1e1 \
			sha1 81784651495ad88a777cdcde8cf1ff8ed089d024 \
			rmd160 f24186e4ec51f94dfc5f9a8278b295e4bcc83c7a

platforms		darwin
master_sites		http://cpan.perl.org/authors/id/C/CL/CLKAO/
homepage		http://search.cpan.org/~clkao/

depends_lib-append	port:p5-uri port:p5-term-readkey \
				port:p5-svn-simple \
				port:subversion-perlbindings \
				port:p5-vcp-autrijus-snapshot \
				port:p5-data-uuid \
				port:p5-bsd-resource \
				port:p5-class-accessor \
				port:p5-file-chdir \
				port:p5-timedate

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
