mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
22 lines
398 B
Makefile
22 lines
398 B
Makefile
# Created by: Rui Lopes (rgl ruilopes com)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tzinfo
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Daylight-savings aware timezone support for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-thread_safe>=0.1:devel/rubygem-thread_safe
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|