You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
901 B
Tcl
25 lines
901 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 RcppInt64 0.0.5
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Rcpp-based helper functions to pass Int64 values between R and C++
|
|
long_description {*}${description}
|
|
homepage https://github.com/eddelbuettel/rcppint64
|
|
checksums rmd160 ba5df3b7af9ecf70d098c0b0cc83161d3e17636e \
|
|
sha256 5372166130b4d64570998caae4c6651d2075c19bf5aee7b93e6cdc6127d494c0 \
|
|
size 15513
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-bit64 \
|
|
port:R-nanotime \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|