1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup perl5 1.0 |
---|
7 | |
---|
8 | perl5.branches 5.8 5.10 5.12 5.14 5.16 |
---|
9 | perl5.setup MooseX-Traits 0.12 |
---|
10 | license {Artistic-1 GPL} |
---|
11 | maintainers nomaintainer |
---|
12 | description automatically apply roles at object creation time |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums rmd160 a1b333d598b6ba30539ea103010060501aff7787 \ |
---|
18 | sha256 f779379d52c520b2edd25a7901e0066e65a6a0dcc0f8b9e2ba02717d2f59dfc8 |
---|
19 | |
---|
20 | if {${perl5.major} != ""} { |
---|
21 | depends_lib-append port:p${perl5.major}-test-exception \ |
---|
22 | port:p${perl5.major}-list-moreutils \ |
---|
23 | port:p${perl5.major}-moose \ |
---|
24 | port:p${perl5.major}-namespace-autoclean |
---|
25 | } |
---|