blob: 8ff018845398acb26ea8da8c3e3c331c0d4cd5a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= tzdb
PORTVERSION= 0.5.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
RUN_DEPENDS= R-cran-cpp11>=0.5.2:devel/R-cran-cpp11
USES= compiler:c++11-lang cran:auto-plist,compiles shebangfix
SHEBANG_FILES= inst/tzdata/zoneinfo2tdf.pl
.include <bsd.port.mk>
|