# $Id: Portfile 106379 2013-05-24 10:02:43Z ryandesign@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.branches            5.8 5.10 5.12 5.14 5.16
perl5.setup               File-ChangeNotify 0.23
license                   Artistic-2
maintainers               nomaintainer
supported_archs           noarch

description               Watch for changes to files, cross-platform style
long_description          ${description}

platforms                 darwin

checksums                 rmd160  098890f6de5639cbca4a6d5994fcaf77f954e656 \
                          sha256  23125b558a6738f41a9675d0f682c2df7894a26415c684028f2cda46193558a1

if {${perl5.major} != ""} {
depends_lib-append        port:p${perl5.major}-moose \
                          port:p${perl5.major}-moosex-params-validate \
                          port:p${perl5.major}-moosex-semiaffordanceaccessor \
                          port:p${perl5.major}-test-simple \
                          port:p${perl5.major}-test-exception

perl5.use_module_build
}
