Ticket #43028: Portfile

File Portfile, 933 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
5PortGroup             perl5 1.0
6
7perl5.branches        5.8 5.10 5.12 5.14 5.16
8perl5.setup           MooseX-Log-Log4perl 0.46
9license               {Artistic-1 GPL}
10maintainers           nomaintainer
11description           A Logging Role for Moose based on Log::Log4perl
12long_description      ${description}
13
14platforms             darwin
15
16checksums           rmd160  7d61ce6b0bebbb5a42c53c43358363ac4e16a288 \
17                    sha256  fea8c015242430442c7c51ddefbb8c93ea2a3875404ada41adcce94bfa165f6c
18
19if {${perl5.major} != ""} {
20depends_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}