blob: fe24adfb4b94e7167280aea383114ce00c7c1cda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= clock
PORTVERSION= 0.7.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Date-Time Types and Tools
WWW= https://cran.r-project.org/web/packages/clock/
LICENSE= MIT
RUN_DEPENDS= R-cran-cpp11>=0.5.2:devel/R-cran-cpp11 \
R-cran-rlang>=1.1.5:devel/R-cran-rlang \
R-cran-tzdb>=0.5.0:devel/R-cran-tzdb \
R-cran-vctrs>=0.6.5:devel/R-cran-vctrs
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|