ports/devel/R-cran-later/Makefile
Zsolt Udvari 7b0daa4de8 devel/R-cran-later: update to 1.3.2
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
2024-02-21 18:27:39 +01:00

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>