You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
904 B
Tcl
28 lines
904 B
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 CGI-Emulate-PSGI 0.23
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description CGI::Emulate::PSGI - PSGI adapter for CGI
|
|
long_description ${description}
|
|
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 d53fefc82fa2c2e618c6455d8bbd5ad99d6b5684 \
|
|
sha256 dd5b6c353f08fba100dae09904284f7f73f8328d31f6a67b2c136fad728d158b
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-test-requires
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-cgi \
|
|
port:p${perl5.major}-http-message
|
|
|
|
supported_archs noarch
|
|
}
|