aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-tzinfo/Makefile
blob: 2ddb68810da662e1c53a7c2fdf3898d38e5b06e2 (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.28
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

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

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>