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

perl5.setup		Text-Autoformat 1.13
maintainers		nomaintainer
description		Automatic text wrapping and reformatting
long_description	${description}
checksums		md5 1a944e3e21e176178bb4f87a6068f041
platforms		darwin
depends_lib-append	port:p5-text-reform

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