freebsd-ports/devel/rubygem-holidays/Makefile
Sunpoet Po-Chuan Hsieh 43dc3081d5 - Update to 2.2.0
- Add NO_ARCH
- Update WWW

Changes:	https://github.com/holidays/holidays/blob/master/CHANGELOG.md
2015-06-28 17:55:12 +00:00

19 lines
367 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= holidays
PORTVERSION= 2.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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>