opnsense-ports/devel/rubygem-tzinfo/Makefile
Franco Fichtner ec55c31a07 */*: sync with upstream
Taken from: FreeBSD
2023-02-06 10:13:34 +01:00

19 lines
374 B
Makefile

PORTNAME= tzinfo
PORTVERSION= 2.0.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Daylight-savings aware timezone support for Ruby
WWW= https://tzinfo.github.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>