freebsd-ports/devel/rubygem-tzinfo-data/Makefile

20 lines
392 B
Makefile

PORTNAME= tzinfo-data
PORTVERSION= 1.2024.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= IANA Time Zone database for TZInfo
WWW= https://tzinfo.github.io/ \
https://github.com/tzinfo/tzinfo-data
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-tzinfo>=1.0.0:devel/rubygem-tzinfo
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>