Files

24 lines
871 B
Tcl
Raw Permalink Normal View History

2023-04-23 09:01:51 +08:00
# -*- 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
2023-09-09 23:11:53 +07:00
R.setup cran eddelbuettel RcppFarmHash 0.0.3
revision 1
2023-04-23 09:01:51 +08:00
categories-append devel
maintainers nomaintainer
2023-09-09 23:11:53 +07:00
license GPL-2+
2023-04-23 09:01:51 +08:00
description Interface to the Google FarmHash family of hash functions
long_description {*}${description}
homepage https://dirk.eddelbuettel.com/code/rcpp.farmhash.html
2023-09-09 23:11:53 +07:00
checksums rmd160 60453abf8d89854c3335e8af2b2478ffcc020639 \
sha256 d3211f140200a77fed360321b47bf30c7f5bc307c6844919060d45c5aaad89be \
size 104689
2023-04-23 09:01:51 +08:00
2023-09-09 23:11:53 +07:00
depends_lib-append port:R-Rcpp \
port:R-RcppInt64
2023-04-23 09:01:51 +08:00
depends_test-append port:R-bit64
test.run yes