# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         File-Find-Rule 0.33
revision        1
platforms           darwin
maintainers         nomaintainer
license             {Artistic GPL}
supported_archs     noarch

description         a friendlier interface to File::Find

long_description    File::Find::Rule is ${description}. It allows you to \
                    build rules which specify the desired files and directories.

checksums           rmd160  b108cd2777874d65790a63dfd3eec4b213b25002 \
                    sha256  2417752b1eb61774938a67d6f211fbb80eecb3146bf0a0c8699939912559e370

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-number-compare \
                    port:p${perl5.major}-text-glob
}