aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-tzinfo/Makefile
blob: 009c920ff206910b7347c3cca674dbbac15db4d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Rui Lopes (rgl ruilopes com)
# $FreeBSD$

PORTNAME=   tzinfo
PORTVERSION=    1.2.2
PORTREVISION=   1
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Daylight-savings aware timezone support for Ruby

LICENSE=    MIT

RUN_DEPENDS=    rubygem-thread_safe1>=0.1:${PORTSDIR}/devel/rubygem-thread_safe1

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>