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 Plack 1.0031 |
---|
9 | #perl5.setup Plack 1.0031 ../by-authors/id/M/MI/MIYAGAWA |
---|
10 | |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | #license {Artistic-1 GPL} |
---|
14 | license unknown |
---|
15 | |
---|
16 | # Uncomment this line if you know there will be no arch-specific code: |
---|
17 | #supported_archs noarch |
---|
18 | |
---|
19 | description Plack (no description available) |
---|
20 | |
---|
21 | long_description ${description} |
---|
22 | |
---|
23 | checksums sha256 318caccfac13f265d098a34ec7493a557f7a867d41939edfa3491c3374bf776f \ |
---|
24 | rmd160 0d541a0464a91886a71292507c15d163988ba97d |
---|
25 | |
---|
26 | depends_build-append port:p5-test-requires |
---|
27 | |
---|
28 | depends_lib-append port:p5-try-tiny \ |
---|
29 | port:p5-hash-multivalue \ |
---|
30 | port:p5-uri \ |
---|
31 | port:p5-devel-stacktrace \ |
---|
32 | port:p5-http-body \ |
---|
33 | port:p5-apache-logformat-compiler \ |
---|
34 | port:p5-http-message \ |
---|
35 | port:p5-stream-buffered \ |
---|
36 | port:p5-filesys-notify-simple \ |
---|
37 | port:p5-test-tcp \ |
---|
38 | port:p5-file-sharedir \ |
---|
39 | port:p5-devel-stacktrace-ashtml |
---|
40 | |
---|