Files
bsdports/ruby/rubygem-tzinfo/Makefile
2019-12-26 07:26:06 +00:00

21 lines
437 B
Makefile

# Created by: Rui Lopes (rgl ruilopes com)
# $FreeBSD: head/devel/rubygem-tzinfo/Makefile 515790 2019-10-27 11:31:10Z sunpoet $
PORTNAME= tzinfo
PORTVERSION= 1.2.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Daylight-savings aware timezone support for Ruby
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0:ruby/rubygem-concurrent-ruby
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>