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 5.18 5.20 |
---|
8 | perl5.setup Devel-StackTrace-AsHTML 0.14 |
---|
9 | #perl5.setup Devel-StackTrace-AsHTML 0.14 ../by-authors/id/M/MI/MIYAGAWA |
---|
10 | |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | license {Artistic-1 GPL} |
---|
14 | |
---|
15 | # Uncomment this line if you know there will be no arch-specific code: |
---|
16 | #supported_archs noarch |
---|
17 | |
---|
18 | description Displays stack trace in HTML |
---|
19 | |
---|
20 | long_description ${description} |
---|
21 | |
---|
22 | checksums rmd160 4969deca8e596e3bb58cefb88c1596ca759aa9c0 \ |
---|
23 | sha256 89056a3d5ec559c8fac35890f1ad50452ec18524ed4bfc245f9e3b0cbc49827a |
---|
24 | |
---|
25 | depends_lib-append port:p5-devel-stacktrace |
---|
26 | |
---|