mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
21 lines
437 B
Makefile
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>
|