1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/R-cran-lubridate/Makefile
2021-04-06 16:31:07 +02:00

21 lines
477 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= lubridate
PORTVERSION= 1.7.10
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Make Dealing with Dates a Little Easier
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-generics>0:devel/R-cran-generics \
R-cran-Rcpp>=0.12.13:devel/R-cran-Rcpp
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>