freebsd-ports/devel/rubygem-tzinfo03/Makefile
Sunpoet Po-Chuan Hsieh c30bef2caf - Update to 0.3.45
- Add LICENSE_FILE
- Update WWW

Changes:	https://github.com/tzinfo/tzinfo/blob/0.3/CHANGES
2015-10-04 18:01:16 +00:00

21 lines
382 B
Makefile

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