You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1018 B
Tcl
28 lines
1018 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 junhewk RcppMeCab e1800aaf34cea606abd006b779cd30f26b86a33f
|
|
version 0.0.1.3-2
|
|
revision 3
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Rcpp wrapper for mecab library
|
|
long_description {*}${description}
|
|
checksums rmd160 965a28dbdec453f0ec0ad306cd2171b3ed4dca9e \
|
|
sha256 a4cba8471daaf5894409b178a603cb37c99725e47402b8f91e00bd51e942827c \
|
|
size 2016543
|
|
|
|
depends_lib-append port:mecab \
|
|
port:R-BH \
|
|
port:R-Rcpp \
|
|
port:R-RcppParallel
|
|
|
|
depends_test-append port:R-spelling \
|
|
port:R-testthat
|
|
|
|
# Tests may not work: https://github.com/junhewk/RcppMeCab/issues/13
|
|
test.run yes
|