You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
796 B
Tcl
23 lines
796 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 krlmlr bindr 0.1.1 v
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Parametrized active bindings
|
|
long_description {*}${description}
|
|
homepage https://krlmlr.github.io/bindr
|
|
checksums rmd160 33b9f3e8ed57cc17005ae64142dacdd85c370290 \
|
|
sha256 e288868cec5c5e68f745616365010b40ad2684d28514bc59bc7c768fd41bab5e \
|
|
size 7929
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|