freebsd-ports/devel/R-cran-vctrs/Makefile
2020-04-01 03:54:14 +00:00

22 lines
472 B
Makefile

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