You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
6a7a37f6bd
Drop outdated patch now incorporated upstream.
28 lines
1.0 KiB
Tcl
28 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 HTTP-XSHeaders 1.000001 ../../authors/id/X/XS/XSAWYERX
|
|
revision 0
|
|
license MIT
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description HTTP::XSHeaders - Fast XS Header library, replacing HTTP::Headers and HTTP::Headers::Fast.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 575de7039c8b17253066636f8d12af7cdf0ba551 \
|
|
sha256 0e56d6cd915884514954bec5e0ed9fba15d7824f91d547fff9e1ba4c2521596a \
|
|
size 72541
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-http-headers-fast \
|
|
port:p${perl5.major}-http-message
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-http-date
|
|
|
|
compiler.c_standard 1999
|
|
}
|