blob: 0d3e9f93c16e95c6b4603c3b1697ade99b0e31da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= tzdb
PORTVERSION= 0.3.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Time Zone Database Information
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>
|