b28b3a860a
- Add LICENSE Changes: https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md
18 lines
319 B
Makefile
18 lines
319 B
Makefile
# Created by: Rui Lopes (rgl ruilopes com)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tzinfo
|
|
PORTVERSION= 0.3.38
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
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>
|