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

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		XML-Validator-Schema 1.08
maintainers		nomaintainer
categories-append	textproc
description		validate XML against a subset of W3C XML Schema
long_description	This module allows you to validate XML documents against a \
				W3C XML Schema. This module does not implement the full W3C \
				XML Schema recommendation, but a useful subset.
homepage		http://search.cpan.org/~msergeant/${distname}/
checksums		md5 4f9decc25d2b484df80ee4adfa912f12
platforms		darwin

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