mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
761 B
Tcl
21 lines
761 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 truecluster bit64 4.5.2
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description S3 class for vectors of 64-bit integers
|
|
long_description {*}${description}
|
|
homepage https://github.com/truecluster/bit64
|
|
checksums rmd160 00ab99104ab57ab78d336ae39e3207de624bac9f \
|
|
sha256 a321563fd8830800ad51697055a2e580cda4fb84102420e4caeae44a5b6ac72e \
|
|
size 135341
|
|
|
|
depends_lib-append port:R-bit
|
|
|
|
test.run yes
|