mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
812 B
Tcl
23 lines
812 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 mplex multigraph 0.99-3
|
|
revision 0
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Plot and manipulate multigraphs
|
|
long_description {*}${description}
|
|
homepage https://github.com/mplex/multigraph
|
|
checksums rmd160 5c46e44c556f29a4842de9b460f4efdc21fbd2a5 \
|
|
sha256 209d50cf4a422917a5a89ed5685efb6d19417b2b9eadf188fd36d590b524c360 \
|
|
size 54532
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-multiplex
|
|
|
|
test.run yes
|