576a29657b
A complete and consistent functional programming toolkit for R. WWW: https://cran.r-project.org/web/packages/purrr/
23 lines
525 B
Makefile
23 lines
525 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= purrr
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Functional Programming Tools
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
CRAN_DEPENDS= R-cran-magrittr>=1.5:devel/R-cran-magrittr \
|
|
R-cran-tibble>0:devel/R-cran-tibble \
|
|
R-cran-rlang>=0.1:devel/R-cran-rlang
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|