# $Id: Portfile 84444 2011-09-26 11:14:03Z jmr@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               File-ChangeNotify 0.19
revision                  2
license                   Artistic-2
maintainers               nomaintainer
description               Watch for changes to files, cross-platform style
long_description          ${description}

platforms                 darwin

checksums                 md5 550c2353a9ef455203bbc002ec31abf8 \
                          sha1 907521a17ed087b7875106473213f658da3e59a1 \
                          rmd160 011d3452015951274ecee633f24f6fea1c9ca21a

if {${perl5.major} != ""} {
depends_lib-append        port:p${perl5.major}-class-mop \
                          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
}
