You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19 lines
667 B
Tcl
19 lines
667 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 RobinHankin gsl 2.1-8
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Wrapper for the Gnu Scientific Library
|
|
long_description {*}${description}
|
|
checksums rmd160 808f560e2e0425503b31159a1b5cd373d1c6b9df \
|
|
sha256 829ce1dcbf7cbd99897c7e802e43e3cd6487782e708a07c92b572eb07d27aa1e \
|
|
size 104487
|
|
|
|
depends_lib-append port:gsl
|
|
|
|
test.run yes
|