freebsd-ports/devel/rubygem-holidays/Makefile
Sunpoet Po-Chuan Hsieh d94fa4e9d9 - Update to 1.2.0
- Add LICENSE
- Pass maintainership to ruby@

Changes:	https://github.com/alexdunae/holidays/blob/master/CHANGELOG.md
2015-03-22 14:58:54 +00:00

18 lines
354 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= holidays
PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Collection of Ruby methods to deal with statutory and other holidays
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>