You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
794 B
Tcl
26 lines
794 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 HTTP-Lite 2.44
|
|
categories-append www
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license {Artistic-1 GPL}
|
|
|
|
description Perl 5 modules for lightweight HTTP implementation
|
|
|
|
long_description ${description}
|
|
|
|
checksums rmd160 510732f5a796c059e73c65cc5497532b1cc9b02b \
|
|
sha256 38e43d7911cfc14e3a38f0382b6cc7a6d559307d23b109ce73ac7d24a9b3e77c
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-cgi
|
|
|
|
supported_archs noarch
|
|
}
|