1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/rubygem-cal-heatmap-rails/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
333 B
Makefile

PORTNAME= cal-heatmap-rails
PORTVERSION= 3.6.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Calendar heatmap assets for Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-d3_rails>=3.4.6:www/rubygem-d3_rails
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>