c20095b2d4
1.2021.2 (2021-09-26) * Based on version 2021b of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2021-September/000066.html). 1.2021.3 (2021-10-02) * Based on version 2021c of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2021-October/000067.html). 1.2021.4 (2021-10-16) * Based on version 2021d of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2021-October/000068.html). 1.2021.5 (2021-10-23) * Based on version 2021e of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2021-October/000069.html).
16 lines
406 B
Makefile
16 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.27 2021/11/09 15:17:01 taca Exp $
|
|
|
|
DISTNAME= tzinfo-data-1.2021.5
|
|
CATEGORIES= time
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://tzinfo.github.io/
|
|
COMMENT= Daylight-savings-aware timezone library data
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo{,1}>=1.0.0:../../time/ruby-tzinfo
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|