freebsd-ports/devel/R-cran-purrr/Makefile
TAKATSU Tomonari 576a29657b - Add new port: devel/R-cran-purrr
A complete and consistent functional programming toolkit for R.

  WWW: https://cran.r-project.org/web/packages/purrr/
2017-09-05 15:36:09 +00:00

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>