# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $
PortSystem 1.0
PortGroup perl5 1.0
perl5.setup		XML-Filter-BufferText 1.01
maintainers		mac.com:kykim
categories-append	textproc
description		Simple text filter
long_description	This is a very simple filter. One common cause of grief (and programmer \
                            error) is that XML parsers aren't required to provide character events in one \
                            chunk. They can, but are not forced to, and most don't. This filter does the \
                            trivial but oft-repeated task of putting all characters into a single event.
homepage		http://search.cpan.org/~rberjon/${distname}
checksums		md5 2992c0387632583b966ab9c965b25512
platforms		darwin

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