22 lines
420 B
Makefile
22 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cal-heatmap-rails
|
|
PORTVERSION= 3.5.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails4
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Calendar heatmap assets for Rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-d3_rails-rails4>0:${PORTSDIR}/www/rubygem-d3_rails-rails4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|