mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
791 B
Tcl
24 lines
791 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 github elgarteo cnum 0.1.3 v
|
|
revision 1
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Chinese numerals processing
|
|
long_description {*}${description}
|
|
checksums rmd160 dba358a9e8a1ad32da7a22f4cb4fe1325410fd7c \
|
|
sha256 959ea3caca5cbb1a8c140392942ef5ac7562f2946a4f6f30248a758102f9a37d \
|
|
size 16792
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-Rcpp \
|
|
port:R-stringr
|
|
|
|
depends_test-append port:R-magrittr
|
|
|
|
test.run yes
|