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

PORTNAME=   tzinfo
PORTVERSION=    0.3.22
CATEGORIES= devel rubygems
MASTER_SITES=   RG

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

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>