You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
922 B
Tcl
26 lines
922 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 eddelbuettel RcppClassic 0.9.13
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Deprecated classic Rcpp API
|
|
long_description ${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.classic.html
|
|
checksums rmd160 707c47bce48c3ceefda77d6bbb114d51e8bdd8fd \
|
|
sha256 72afd1bec5a488c7cc4fdb7728d006cf83bbb3f53223e18c320ee3024f4e76a2 \
|
|
size 111520
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
# https://github.com/eddelbuettel/rcppclassic/issues/12
|
|
patchfiles patch-unbreak-install_name_tool.diff
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
test.run yes
|