mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
868 B
Tcl
25 lines
868 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 lags behind.
|
|
R.setup cran aadler Pade 1.0.7 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {BSD GPL-2+}
|
|
description Padé approximant coefficients
|
|
long_description {*}${description}
|
|
homepage https://github.com/aadler/Pade
|
|
checksums rmd160 b4dac5645116c63e9b9be37f2a20889182567160 \
|
|
sha256 4088949e187f3c0960618be86dd15902bbbfb0908ec1a576c093f45caee243e7 \
|
|
size 10942
|
|
supported_archs noarch
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|