Ticket #43037: Portfile.2

File Portfile.2, 1.4 KB (added by mf2k (Frank Schima), 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 5.18 5.20
8perl5.setup         Plack 1.0031
9#perl5.setup         Plack 1.0031 ../by-authors/id/M/MI/MIYAGAWA
10
11platforms           darwin
12maintainers         nomaintainer
13#license             {Artistic-1 GPL}
14license             unknown
15
16# Uncomment this line if you know there will be no arch-specific code:
17#supported_archs     noarch
18
19description         Plack (no description available)
20
21long_description    ${description}
22
23checksums           sha256 318caccfac13f265d098a34ec7493a557f7a867d41939edfa3491c3374bf776f \
24                    rmd160 0d541a0464a91886a71292507c15d163988ba97d
25
26depends_build-append port:p5-test-requires
27
28depends_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