Forms made easy!
WWW: http://rubygems.org/gems/simple_form PR: ports/157990 Submitted by: rpsfa at rit.edu
This commit is contained in:
parent
f771dd5ed1
commit
d6f1074616
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275796
4 changed files with 25 additions and 0 deletions
|
@ -3326,6 +3326,7 @@
|
|||
SUBDIR += rubygem-sequel
|
||||
SUBDIR += rubygem-sexp_processor
|
||||
SUBDIR += rubygem-shoulda
|
||||
SUBDIR += rubygem-simple_form
|
||||
SUBDIR += rubygem-soap4r
|
||||
SUBDIR += rubygem-spruz
|
||||
SUBDIR += rubygem-state_machine
|
||||
|
|
19
devel/rubygem-simple_form/Makefile
Normal file
19
devel/rubygem-simple_form/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Ports collection makefile for: rubygem-simple_form
|
||||
# Date created: 2011-06-16
|
||||
# Whom: rpsfa@rit.edu
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= simple_form
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= rpsfa@rit.edu
|
||||
COMMENT= Forms made easy
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-simple_form/distinfo
Normal file
2
devel/rubygem-simple_form/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/simple_form-1.2.2.gem) = b94305868c7c93c091d7f7b0fcfdf6ddced1c1173e692513f7b4d5156aaac478
|
||||
SIZE (rubygem/simple_form-1.2.2.gem) = 28672
|
3
devel/rubygem-simple_form/pkg-descr
Normal file
3
devel/rubygem-simple_form/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Forms made easy!
|
||||
|
||||
WWW: http://rubygems.org/gems/simple_form
|
Loading…
Reference in a new issue