You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 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 CGI-Alternatives 0.20 ../../authors/id/L/LE/LEEJO
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license {Artistic-1 GPL}
|
|
description CGI::Alternatives - Documentation for alternative solutions to CGI.pm
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 4b2e402c668f1b6a9f77c3075c82537422433c0e \
|
|
sha256 d8e3bd860e9f5a418f4861de6e3b1c963a7cd0af10094c904d0d2a9795a8d1d0 \
|
|
size 15084
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-test-pod \
|
|
port:p${perl5.major}-test-pod-coverage
|
|
|
|
if {${perl5.major} > 5.30} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-pod-parser
|
|
}
|
|
}
|