Ticket #43037: Portfile

File Portfile, 1.5 KB (added by jul_bsd@…, 9 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.0033
9license             {Artistic-1 GPL}
10maintainers         nomaintainer
11description         Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
12long_description    ${description}
13
14platforms           darwin
15
16checksums           rmd160  3ca3f8aa962a4ba3e4db7168a52d322b63647f97 \
17                    sha256  bcd8784b8263bd6d68476e9d52e6f98819bd4f3331455cad12effed63a783220
18
19if {${perl5.major} != ""} {
20    depends_lib         port:p${perl5.major}-file-sharedir-install \
21                        port:p${perl5.major}-psgi \
22                        port:p${perl5.major}-test-requires \
23                        port:p${perl5.major}-stream-buffered \
24                        port:p${perl5.major}-test-tcp \
25                        port:p${perl5.major}-http-tiny \
26                        port:p${perl5.major}-hash-multivalue \
27                        port:p${perl5.major}-try-tiny \
28                        port:p${perl5.major}-uri \
29                        port:p${perl5.major}-devel-stacktrace \
30                        port:p${perl5.major}-apache-logformat-compiler \
31                        port:p${perl5.major}-http-body \
32                        port:p${perl5.major}-filesys-notify-simple \
33                        port:p${perl5.major}-devel-stacktrace-ashtml
34}
35