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

PORTNAME=   tzinfo
PORTVERSION=    0.3.49
CATEGORIES= devel rubygems
MASTER_SITES=   RG
PKGNAMESUFFIX=  03

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

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>