Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / rubygem-cal-heatmap-rails / Makefile
1 PORTNAME=       cal-heatmap-rails
2 PORTVERSION=    3.6.0
3 CATEGORIES=     www rubygems
4 MASTER_SITES=   RG
5
6 MAINTAINER=     ruby@FreeBSD.org
7 COMMENT=        Calendar heatmap assets for Rails
8 WWW=            https://github.com/pavolzbell/cal-heatmap-rails
9
10 LICENSE=        MIT
11 LICENSE_FILE=   ${WRKSRC}/LICENSE.md
12
13 RUN_DEPENDS=    rubygem-d3_rails>=3.4.6:www/rubygem-d3_rails
14
15 NO_ARCH=        yes
16 USE_RUBY=       yes
17 USES=           gem
18
19 .include <bsd.port.mk>