Commits
David B. Evans authored 11ac57a146a
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 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup perl5 1.0 |
5 + | |
6 + | perl5.branches 5.24 5.26 |
7 + | perl5.setup Log-Message-Simple 0.10 |
8 + | license {Artistic-1 GPL} |
9 + | maintainers nomaintainer |
10 + | description Log::Message::Simple - Simplified interface to Log::Message |
11 + | long_description ${description} |
12 + | |
13 + | platforms darwin |
14 + | |
15 + | checksums rmd160 f1708327cbcfe4eec34298043b8bae04e449f8dd \ |
16 + | sha256 aa12d1a4c0ac260b94d448fa01feba242a8a85cb6cbfdc66432e3b5b468add96 |
17 + | |
18 + | if {${perl5.major} != ""} { |
19 + | depends_lib-append \ |
20 + | port:p${perl5.major}-log-message |
21 + | |
22 + | supported_archs noarch |
23 + | } |