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 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 |
---|
8 | perl5.setup MooseX-Log-Log4perl 0.46 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description A Logging Role for Moose based on Log::Log4perl |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | checksums rmd160 7d61ce6b0bebbb5a42c53c43358363ac4e16a288 \ |
---|
17 | sha256 fea8c015242430442c7c51ddefbb8c93ea2a3875404ada41adcce94bfa165f6c |
---|
18 | |
---|
19 | if {${perl5.major} != ""} { |
---|
20 | depends_lib-append port:p${perl5.major}-test-exception \ |
---|
21 | port:p${perl5.major}-list-moreutils \ |
---|
22 | port:p${perl5.major}-moose \ |
---|
23 | port:p${perl5.major}-namespace-autoclean |
---|
24 | } |
---|