blob: 8ab163d2707553a2f1efc92e0e3d54af87cb60fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= rversions
DISTVERSION= 2.1.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Query 'R' Versions, Including 'r-release' and 'r-oldrel'
WWW= https://github.com/r-hub/rversions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \
R-cran-xml2>=1.0.0:textproc/R-cran-xml2
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-mockery>0:devel/R-cran-mockery \
R-cran-testthat>0:devel/R-cran-testthat
USES= cran:auto-plist
.include <bsd.port.mk>
|