www/rubygem-d3_rails-rails4: copy port
Gem installation of javascript framework for data visualization, D3 WWW: https://github.com/logical42/d3_rails Differential Revision: https://reviews.freebsd.org/D864 Approved by: swills (mentor)
This commit is contained in:
parent
eefd524a4a
commit
653b8d8d86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369407
4 changed files with 26 additions and 0 deletions
|
@ -1752,6 +1752,7 @@
|
|||
SUBDIR += rubygem-crass
|
||||
SUBDIR += rubygem-cuba
|
||||
SUBDIR += rubygem-d3_rails
|
||||
SUBDIR += rubygem-d3_rails-rails4
|
||||
SUBDIR += rubygem-davclient
|
||||
SUBDIR += rubygem-domainatrix
|
||||
SUBDIR += rubygem-em-http-request
|
||||
|
|
20
www/rubygem-d3_rails-rails4/Makefile
Normal file
20
www/rubygem-d3_rails-rails4/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= d3_rails
|
||||
PORTVERSION= 3.4.10
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails4
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= JavaScript framework for data visualization
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-d3_rails-rails4/distinfo
Normal file
2
www/rubygem-d3_rails-rails4/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/d3_rails-3.4.10.gem) = b225943ca8ad3190db22d58701a81cfc8fddffd2ba5a48b0f813f7f692591489
|
||||
SIZE (rubygem/d3_rails-3.4.10.gem) = 129536
|
3
www/rubygem-d3_rails-rails4/pkg-descr
Normal file
3
www/rubygem-d3_rails-rails4/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Gem installation of javascript framework for data visualization, D3
|
||||
|
||||
WWW: https://github.com/logical42/d3_rails
|
Loading…
Reference in a new issue