summaryrefslogtreecommitdiff
path: root/time/ruby-tzinfo/Makefile
blob: 58e0754644db900301a5b3ebc3c722b732af5286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.48 2021/01/03 08:20:26 taca Exp $

DISTNAME=	tzinfo-2.0.4
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

USE_LANGUAGES=	# none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"