You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.5 KiB
Tcl
40 lines
1.5 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Starman 0.4018 ../../authors/id/M/MI/MIYAGAWA
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description Starman - High-performance preforking PSGI/Plack web server
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 54511cfc4778109c7de40f9044d2e06d4071caf5 \
|
|
sha256 6d8db297d851141fa4ff7748dff0551be2ba8f9a442ed9caac644dbcc9a36edd \
|
|
size 33079
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-libwww-perl \
|
|
port:p${perl5.major}-lwp-protocol-https \
|
|
port:p${perl5.major}-module-build-tiny \
|
|
port:p${perl5.major}-test-requires
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-data-dump \
|
|
port:p${perl5.major}-http-date \
|
|
port:p${perl5.major}-http-message \
|
|
port:p${perl5.major}-http-parser-xs \
|
|
port:p${perl5.major}-net-server \
|
|
port:p${perl5.major}-parent \
|
|
port:p${perl5.major}-plack \
|
|
port:p${perl5.major}-test-tcp
|
|
|
|
perl5.use_module_build
|
|
}
|