c30bef2caf
- Add LICENSE_FILE - Update WWW Changes: https://github.com/tzinfo/tzinfo/blob/0.3/CHANGES
21 lines
382 B
Makefile
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>
|