freebsd-ports/devel/R-cran-lubridate/Makefile
TAKATSU Tomonari 71073921a2 - Update to 1.7.4
- Fix LICENSE
2018-04-13 01:32:06 +00:00

21 lines
469 B
Makefile

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