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:
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
|
@ -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
|
||||
|
|
18
devel/rubygem-bootstrap_form/Makefile
Normal file
18
devel/rubygem-bootstrap_form/Makefile
Normal 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>
|
3
devel/rubygem-bootstrap_form/distinfo
Normal file
3
devel/rubygem-bootstrap_form/distinfo
Normal 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
|
4
devel/rubygem-bootstrap_form/pkg-descr
Normal file
4
devel/rubygem-bootstrap_form/pkg-descr
Normal 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
|
Loading…
Reference in a new issue