Files
ports/devel/rubygem-holidays/Makefile
2021-04-06 16:31:07 +02:00

22 lines
398 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
PORTNAME= holidays
PORTVERSION= 8.4.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Collection of Ruby methods to deal with statutory and other holidays
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= bin/setup
.include <bsd.port.mk>