freebsd-ports/devel/R-cran-later/Makefile
2018-05-09 04:06:57 +00:00

21 lines
441 B
Makefile

# $FreeBSD$
PORTNAME= later
PORTVERSION= 0.7.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Utilities for Delaying Function Execution
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
CRAN_DEPENDS= R-cran-Rcpp>=0.12.9:devel/R-cran-Rcpp \
R-cran-rlang>0:devel/R-cran-rlang \
R-cran-BH>0:devel/R-cran-BH
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
.include <bsd.port.mk>