You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1021 B
Tcl
30 lines
1021 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran wahani aoos 0.5.0
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Another Object Orientation System
|
|
long_description {*}${description}
|
|
homepage https://wahani.github.io/aoos
|
|
checksums rmd160 b1c18f833f7c661eeecce01f07b1f85e6ce0aaf7 \
|
|
sha256 d24df97d19f02b6876b81ded1161f5b3abf09224f863ca9abcb3827884de2279 \
|
|
size 58206
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-magrittr \
|
|
port:R-roxygen2
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-R6 \
|
|
port:R-rbenchmark \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|