mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
21 lines
718 B
Tcl
21 lines
718 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 R 1.0
|
|
|
|
R.setup github sckott httpcode 0.3.0 v
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description HTTP status code helper
|
|
long_description {*}${description}
|
|
checksums rmd160 88a5e062d4204a14f32f16e1caf928d42fb72c12 \
|
|
sha256 ca7cf17bcf2f2b609000b07bf624a3b235a67f6772501d93296beed622235ba1 \
|
|
size 21475
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|