New port: devel/rubygem-bootstrap_form

Rails Bootstrap Forms is a rails form builder that makes it super easy to
integrate twitter bootstrap-style forms into your rails application.

WWW: https://github.com/bootstrap-ruby/rails-bootstrap-forms
This commit is contained in:
Torsten Zuehlsdorff 2017-09-21 14:33:48 +00:00
parent 017bc12169
commit 8c5ca7a4dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450261
4 changed files with 26 additions and 0 deletions

View file

@ -5320,6 +5320,7 @@
SUBDIR += rubygem-bones
SUBDIR += rubygem-bootsnap
SUBDIR += rubygem-bosh-template
SUBDIR += rubygem-bootstrap_form
SUBDIR += rubygem-bosh_common
SUBDIR += rubygem-bson
SUBDIR += rubygem-buftok

View file

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= bootstrap_form
PORTVERSION= 2.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tz@FreeBSD.org
COMMENT= Form builder using Twitter Bootstrap 3+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1505729748
SHA256 (rubygem/bootstrap_form-2.7.0.gem) = dc0549a2e221569a65cc233a2ca0da8bd5d7241a2c52c6dfef882c5de246886b
SIZE (rubygem/bootstrap_form-2.7.0.gem) = 172544

View file

@ -0,0 +1,4 @@
Rails Bootstrap Forms is a rails form builder that makes it super easy to
integrate twitter bootstrap-style forms into your rails application.
WWW: https://github.com/bootstrap-ruby/rails-bootstrap-forms