mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
767 B
Tcl
21 lines
767 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 igraph igraphdata 1.0.1
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license CC-BY-SA-4 public-domain
|
|
description Collection of network data sets for the igraph package
|
|
long_description {*}${description}
|
|
checksums rmd160 01b953f881370ce443d0bd5b3e832238403e7532 \
|
|
sha256 7466426fdc1fdda90dd26d495409864e3c08ab3d997692362980a145d4b585a7 \
|
|
size 953158
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-igraph
|
|
|
|
test.run yes
|