freebsd-ports/devel/R-cran-brio/Makefile
Guangyuan Yang 2ffe25ab0d devel/R-cran-brio: Update to 1.1.2
Approved by:	lwhsu
2021-04-28 12:02:16 -04:00

17 lines
347 B
Makefile

PORTNAME= brio
DISTVERSION= 1.1.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Basic R Input Output
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-testthat>=2.1.0:devel/R-cran-testthat
USES= cran:auto-plist,compiles
.include <bsd.port.mk>