# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         File-Modified 0.07
maintainers         narf_tm openmaintainer
description         checks intelligently if files have changed
long_description    The Modified module is intended as a simple method for \
                    programs to detect whether configuration files \
                    (or modules they rely on) have changed.

platforms           darwin

checksums           md5 271a991b96ccbdaeb7098272c9f97d51

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