Ticket #44687: Portfile

File Portfile, 1.1 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         Apache-LogFormat-Compiler 0.32
9
10platforms           darwin
11maintainers         nomaintainer
12license             {Artistic-1 GPL}
13
14supported_archs     noarch
15
16description         Compile a log format string to perl-code
17
18long_description    ${description}
19
20checksums           rmd160  e804bb82b2a5252d766987b9cd35cd9b9735ab81 \
21                    sha256  bc112cdbc32f2e93c10bf661f39de509036e01c20c3a702a22cdb0be4426dd7f
22
23if {${perl5.major} != ""} {
24    depends_build-append port:p${perl5.major}-test-requires \
25                         port:p${perl5.major}-try-tiny \
26                         port:p${perl5.major}-uri \
27                         port:p${perl5.major}-test-mocktime \
28                         port:p${perl5.major}-http-message
29   
30    depends_lib-append  port:p${perl5.major}-posix-strftime-compiler
31}
32
33perl5.use_module_build