# -*- 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: Portfile 79272 2011-06-08 03:38:30Z l2g@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         MooseX-ClassAttribute 0.26
platforms           darwin
maintainers         l2g openmaintainer
license             Artistic-2+
supported_archs     noarch

description         MooseX::ClassAttribute - Declare class attributes \
                    Moose-style

long_description    This module allows you to declare class attributes in \
                    exactly the same way as object attributes, using \
                    class_has() instead of has(). 

checksums           sha1    a6cdb29959dba4c9d3211f17af80847c3bcb80e0 \
                    rmd160  0bb7054d01fcdac4430f423664cbf110cd9da9a4

depends_lib-append  port:p5-moose \
                    port:p5-namespace-autoclean \
                    port:p5-namespace-clean

# This is only needed for testing:
#
#depends_build-append    port:p5-moosex-role-strict
