You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
24 lines
871 B
Tcl
24 lines
871 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 RcppFarmHash 0.0.3
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Interface to the Google FarmHash family of hash functions
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.farmhash.html
|
|
checksums rmd160 60453abf8d89854c3335e8af2b2478ffcc020639 \
|
|
sha256 d3211f140200a77fed360321b47bf30c7f5bc307c6844919060d45c5aaad89be \
|
|
size 104689
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppInt64
|
|
|
|
depends_test-append port:R-bit64
|
|
|
|
test.run yes
|