mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
23 lines
733 B
Tcl
23 lines
733 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 sjewo readstata13 0.10.1 v
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Import Stata data files
|
|
long_description {*}${description}
|
|
checksums rmd160 5370cfc9d3031965f0550856452b3bcb65b3c412 \
|
|
sha256 1e78ca9fc4ced22f8b156d58e1b94fd858661b0dec6c1415b0dc298e8c9711f5 \
|
|
size 62572
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|