1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/rubygem-tzinfo03/Makefile
Steve Wills 7f34fe5dcd devel/rubygem-tzinfo: update to 1.2.2
While here, create a port for the older 0.3 version for the ports that need it,
hook it up to the build, set those ports to use the older version and bump
portrev on those ports.
2014-09-06 20:51:04 +00:00

20 lines
337 B
Makefile

# Created by: Rui Lopes (rgl ruilopes com)
# $FreeBSD$
PORTNAME= tzinfo
PORTVERSION= 0.3.41
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 03
MAINTAINER= ruby@FreeBSD.org
COMMENT= Daylight-savings aware timezone support for Ruby
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>