You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.0 KiB
Tcl
33 lines
1.0 KiB
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 r-gregmisc gdata 3.0.1
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Various R programming tools for data manipulation
|
|
long_description {*}${description}
|
|
checksums rmd160 50a8e810bf6e8ea164da58ca6fc9371bdc32f6e8 \
|
|
sha256 bc6a3e437b0b13593fbedeb12dc2b2c6de98522bc61942241bb2b63339106fef \
|
|
size 98699
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
platform darwin {
|
|
if {${os.major} < 10 || (${os.major} == 10 && ${configure.build_arch} eq "ppc")} {
|
|
depends_run-append \
|
|
path:bin/perl:perl5
|
|
configure.perl \
|
|
${prefix}/bin/perl5
|
|
}
|
|
}
|
|
|
|
depends_lib-append port:R-gtools
|
|
|
|
depends_test-append port:R-RUnit
|
|
|
|
test.run yes
|