1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/devel/R-cran-vctrs/Makefile
2021-05-01 02:57:29 +09:00

20 lines
415 B
Makefile

PORTNAME= vctrs
PORTVERSION= 0.3.8
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Vector Helpers
LICENSE= MIT
CRAN_DEPENDS= R-cran-ellipsis>=0.2.0:devel/R-cran-ellipsis \
R-cran-glue>0:devel/R-cran-glue \
R-cran-rlang>=0.4.10:devel/R-cran-rlang
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>