openbsd-ports/devel/ruby-tzinfo/Makefile
dlg 5b8d786187 import of ruby-tzinfo-0.3.3
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
daylight savings aware transformations between times in different time zones.
The tz database is compiled into Ruby modules which are packaged in the
release. No external zoneinfo files are required at runtime.

ok robert@
2007-07-25 08:48:16 +00:00

29 lines
529 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/07/25 08:48:16 dlg Exp $
SHARED_ONLY= Yes
COMMENT= "Ruby timezone library"
VERSION= 0.3.3
DISTNAME= tzinfo-${VERSION}
PKGNAME= ruby-tzinfo-${VERSION}
CATEGORIES= devel
HOMEPAGE= http://tzinfo.rubyforge.org/
# MIT/X Consortium
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://rubyforge.org/frs/download.php/15077/
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
NO_REGRESS= Yes
.include <bsd.port.mk>