5d3968daa8
Changes: https://github.com/holidays/holidays/releases https://github.com/holidays/holidays/blob/master/CHANGELOG.md
19 lines
369 B
Makefile
19 lines
369 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= holidays
|
|
PORTVERSION= 6.4.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
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|