blob: eeeaf5eaddde11d2425ca556780b5b6f98f3f34e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= prettycode
DISTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Pretty Print R Code in the Terminal
WWW= https://github.com/r-lib/prettycode #readme
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= R-cran-crayon>0:devel/R-cran-crayon
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-rstudioapi>0:devel/R-cran-rstudioapi \
R-cran-testthat>0:devel/R-cran-testthat \
R-cran-withr>0:devel/R-cran-withr
USES= cran:auto-plist
.include <bsd.port.mk>
|