mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Use DISTVERSION. ChangeLog: https://cran.r-project.org/web/packages/later/news/news.html PR: 275702 Approved by: diizzy (mentor) Differential Revision: https://reviews.freebsd.org/D43684
19 lines
468 B
Makefile
19 lines
468 B
Makefile
PORTNAME= later
|
|
DISTVERSION= 1.3.2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Utilities for Delaying Function Execution
|
|
WWW= https://cran.r-project.org/web/packages/later/
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-Rcpp>=0.12.9:devel/R-cran-Rcpp \
|
|
R-cran-rlang>0:devel/R-cran-rlang
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= compiler:c++11-lang cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|