# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           MooseX-SemiAffordanceAccessor 0.09
revision              2
license               Artistic-2
maintainers           nomaintainer
supported_archs       noarch

description           Name your accessors foo() and set_foo()
long_description      This module does not provide any methods. Simply \
                      loading it changes the default naming policy for the \
                      loading class so that accessors are separated into \
                      get and set methods.

platforms             darwin

checksums             sha1    fa6ea1b78889a1a4e03f4e51f2d02abedf10318b \
                      rmd160  e14b2b268e09d40cd1a0c0d8884fa54df75c3508

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