aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-tzinfo/Makefile
blob: b54385400140760f46446e641dc820fd2aa3545e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ports collection makefile for:    tzinfo
# Date created:             9 June 2006
# Whom:                 Rui Lopes (rgl ruilopes com)
#
# $FreeBSD$
#

PORTNAME=   tzinfo
PORTVERSION=    0.3.11
CATEGORIES= devel rubygems
MASTER_SITES=   RF

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

USE_RUBY=   yes
USE_RUBYGEMS=   yes

.include <bsd.port.mk>