mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
799 B
Tcl
23 lines
799 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 cran cran plot3Drgl 1.0.4
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description The R-rgl implementation of R-plot3D functions
|
|
long_description {*}${description}
|
|
checksums rmd160 028f217cc4df27208d303e5ad0d0111ca229503a \
|
|
sha256 6d87a9a32aba3aa64f751268cabd14dbd3e0eca2bd5f0a4b11366cd1e2f51bdd \
|
|
size 18140
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-plot3D \
|
|
port:R-rgl
|
|
|
|
test.run yes
|