# -*- 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

# GitHub version lags behind.
R.setup             cran ropensci bibtex 0.5.1
revision            2
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         Utility to parse bibtex files
long_description    {*}${description}
homepage            https://docs.ropensci.org/bibtex
checksums           rmd160  c2d747be424aa858f6fed3a54b7189dd61f4d847 \
                    sha256  f3c1a0a4e666c4addd73ff13ce8ce073d73d10ebca36d333328ade8a0b493ed1 \
                    size    79311
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-backports

depends_test-append port:R-testthat

test.run            yes
