freebsd-ports/devel/R-cran-tzdb/Makefile
TAKATSU Tomonari 68a7fe2b2c devel/R-cran-tzdb: Update to 0.4.0
Reported by:	portscout
2023-05-17 15:56:40 +00:00

19 lines
470 B
Makefile

PORTNAME= tzdb
PORTVERSION= 0.4.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Time Zone Database Information
WWW= https://cran.r-project.org/web/packages/tzdb/
LICENSE= MIT
CRAN_DEPENDS= R-cran-cpp11>=0.4.2: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>