freebsd-ports/devel/rubygem-tzinfo/Makefile

19 lines
410 B
Makefile
Raw Normal View History

# Ports collection makefile for: tzinfo
# Date created: 9 June 2006
# Whom: Rui Lopes (rgl ruilopes com)
#
# $FreeBSD$
#
PORTNAME= tzinfo
2007-10-05 10:54:19 +02:00
PORTVERSION= 0.3.5
CATEGORIES= devel rubygems
2007-08-22 07:19:59 +02:00
MASTER_SITES= RF
2007-08-22 07:19:59 +02:00
MAINTAINER= clsung@FreeBSD.org
COMMENT= Daylight-savings aware timezone support for Ruby
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>