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

perl5.setup		PatchReader 0.9.5 ../by-authors/id/J/JK/JKEISER
maintainers		nomaintainer
description		utilities for reading, transforming, etc. a patch
long_description	PatchReader is a set of utilities for reading in, \
					transforming, and doing various other things with a \
					patch.  It basically allows you to create a chain of \
					readers that can read a patch, remove files from a \
					patch, add CVS context, fix up the patch root \
					according to CVS, and output the patch as raw \
					unified or through a template processor (used in \
					some places to output a patch as HTML).
checksums		md5 8aca86b807aec3c82dcb981c7730f022
platforms		darwin

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