a1ed3f94b7
PR: 209900 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
20 lines
346 B
Makefile
20 lines
346 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|