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

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup	VCP-autrijus-snapshot 0.9-20050110
maintainers	geeklair.net:dluke
description	Copy versions of files between repositories and/or RevML
long_description	Copy versions of files between repositories and/or RevML. \
			This is a snapshot version that is known to work with svk.

master_sites	http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/
homepage	http://search.cpan.org/~autrijus/VCP-autrijus-snapshot/
checksums md5	c01249d810904f5b4f6080979673a514
platforms	darwin

patchfiles	patch-Makefile.PL.diff

depends_lib-append	port:p5-xml-autowriter \
				port:p5-xml-parser \
				port:p5-text-diff \
				port:p5-html-tree \
				port:p5-ipc-run3 \
				port:p5-regexp-shellish

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