pkgsrc/time/ruby-tzinfo1/Makefile
taca 88da97a422 time/ruby-tzinfo1: update to 1.2.9
Version 1.2.9 - 16-Dec-2020
---------------------------

* Fixed an incorrect InvalidTimezoneIdentifier exception raised when loading a
  zoneinfo file that includes rules specifying an additional transition to the
  final defined offset (for example, Africa/Casablanca in version 2018e of the
  Time Zone Database). #123.
2021-01-03 08:19:42 +00:00

18 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/01/03 08:19:42 taca Exp $
DISTNAME= tzinfo-${VERS}
PKGNAME= ${RUBY_PKGPREFIX}-tzinfo1-${VERS}
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
VERS= 1.2.9
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"