2006-06-10 13:38:37 +02:00
|
|
|
# Ports collection makefile for: tzinfo
|
|
|
|
# Date created: 9 June 2006
|
|
|
|
# Whom: Rui Lopes (rgl ruilopes com)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tzinfo
|
2011-06-26 01:46:54 +02:00
|
|
|
PORTVERSION= 0.3.28
|
2006-06-10 13:38:37 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2006-06-10 13:38:37 +02:00
|
|
|
|
2010-12-07 20:19:15 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2006-06-10 13:38:37 +02:00
|
|
|
COMMENT= Daylight-savings aware timezone support for Ruby
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 03:16:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|