summaryrefslogtreecommitdiff
path: root/time/ruby-tzinfo-data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/ruby-tzinfo-data/Makefile')
-rw-r--r--time/ruby-tzinfo-data/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/time/ruby-tzinfo-data/Makefile b/time/ruby-tzinfo-data/Makefile
new file mode 100644
index 00000000000..53b8fe6a9b9
--- /dev/null
+++ b/time/ruby-tzinfo-data/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2016/01/03 10:02:48 taca Exp $
+
+DISTNAME= tzinfo-data-1.2015.7
+CATEGORIES= time
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://tzinfo.github.io/
+COMMENT= Daylight-savings-aware timezone library data
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=1.0.0:../../time/ruby-tzinfo
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"