You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.4 KiB
Tcl
42 lines
1.4 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
|
|
PortGroup active_variants 1.1
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Apache-AuthCookie 3.32
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
|
|
description Apache::AuthCookie - Perl Authentication and Authorization via cookies
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 44c33f71a382ab4780bd0c35c121d32f308c7636 \
|
|
sha256 9fe82b10175e0b0f8cc11c7ed10444ad329403f22ebf826285db34b1ba57981c \
|
|
size 64200
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-apache-test
|
|
|
|
depends_lib-append \
|
|
port:apache2 \
|
|
port:mod_perl2 \
|
|
port:p${perl5.major}-class-load \
|
|
port:p${perl5.major}-hash-multivalue \
|
|
port:p${perl5.major}-http-body \
|
|
port:p${perl5.major}-test-simple \
|
|
port:p${perl5.major}-uri \
|
|
port:p${perl5.major}-www-form-urlencoded
|
|
|
|
set required_variant [string map {. _} "perl${perl5.major}"]
|
|
|
|
require_active_variants \
|
|
mod_perl2 $required_variant
|
|
}
|