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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Perl-Tidy 20090616
maintainers         narf_tm openmaintainer
description         Parses and beautifies perl source
long_description    Perltidy reads a perl script and writes an indented, \
                    reformatted script. \
                    Perltidy can produce output on either of two modes, \
                    depending on the existence of an -html flag. Without \
                    this flag, the output is passed through a formatter.

platforms           darwin

checksums           md5 63baa94a96fc5c272e06e72e589e7673 \
                    sha1 e14d4ec61e546a3208f3e790edacc500431c6253 \
                    rmd160 66ac8463c079cc030063271961260933b5fdb549

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