freebsd-ports/devel/R-cran-tzdb/Makefile
TAKATSU Tomonari 0813338f64 devel/R-cran-tzdb: Add new port
Provides an up-to-date copy of the Internet Assigned Numbers Authority
(IANA) Time Zone Database. It is updated periodically to reflect
changes made by political bodies to time zone boundaries, UTC
offsets, and daylight saving time rules. Additionally, this package
provides a C++ interface for working with the 'date' library. 'date'
provides comprehensive support for working with dates and date-times,
which this package exposes to make it easier for other R packages
to utilize. Headers are provided for calendar specific calculations,
along with a limited interface for time zone manipulations.

WWW: https://cran.r-project.org/web/packages/tzdb/
2021-07-22 12:10:27 +09:00

18 lines
413 B
Makefile

PORTNAME= tzdb
PORTVERSION= 0.1.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Time Zone Database Information
LICENSE= MIT
CRAN_DEPENDS= R-cran-cpp11>0:devel/R-cran-cpp11
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles shebangfix
SHEBANG_FILES= inst/tzdata/zoneinfo2tdf.pl
.include <bsd.port.mk>