Version 1.2.5 - 4-Feb-2018 -------------------------- * Support recursively (deep) freezing Country and Timezone instances. #80. * Allow negative daylight savings time offsets to be derived when reading from zoneinfo files. The utc_offset and std_offset are now derived correctly for Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.
14 lines
368 B
Makefile
14 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.42 2018/02/28 15:10:01 taca Exp $
|
|
|
|
DISTNAME= tzinfo-1.2.5
|
|
CATEGORIES= time
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= https://tzinfo.github.io/
|
|
COMMENT= Daylight savings aware timezone library
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-thread_safe>=0.1<1:../../misc/ruby-thread_safe
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|