Ticket #43029: Portfile

File Portfile, 928 bytes (added by jul_bsd@…, 10 years ago)
Line 
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
4PortSystem          1.0
5
6PortGroup           perl5 1.0
7
8perl5.branches      5.8 5.10 5.12 5.14 5.16
9perl5.setup         MooseX-Traits 0.12
10license             {Artistic-1 GPL}
11maintainers         nomaintainer
12description         automatically apply roles at object creation time
13long_description    ${description}
14
15platforms           darwin
16
17checksums           rmd160  a1b333d598b6ba30539ea103010060501aff7787 \
18                    sha256  f779379d52c520b2edd25a7901e0066e65a6a0dcc0f8b9e2ba02717d2f59dfc8
19
20if {${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}