# $Id: Portfile,v 1.2 2006/06/07 21:47:26 narf_tm Exp $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup			Test-Differences 0.47
maintainers			narf_tm@opendarwin.org
description			Test strings and data structures and show differences \
					if not ok
long_description	When the code you're testing returns multiple lines, \
					records or data structures and they're just plain wrong, \
					an equivalent to the Unix diff utility may be just \
					what's needed.

platforms			darwin

checksums			md5 e4fa76bb11b0d1db2d4213390413f5af

depends_lib-append			port:p5-text-diff

