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

perl5.setup		Pod-Escapes 1.04
maintainers		nomaintainer
description		for resolving Pod E<...> sequences
long_description	This module provides things that are useful in \
					decoding Pod E<...> sequences. Presumably, it should \
					be used only by Pod parsers and/or formatters.
checksums		md5 00ea2e0d2e84ed98517a4616708b68d3
platforms		darwin

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