# -*- 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 Yue-Jiang pzfx 0.3.0 v
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Read and write GraphPad Prism files
long_description    {*}${description}
checksums           rmd160  8b2cdd0228e231d99206a3ea4510d279e24a1aed \
                    sha256  2d45c9df94f0e09476f86191f638f260aecadf07baa641088cc8dda7eebaafd9 \
                    size    742803
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-xml2

depends_test-append port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
