devel/rubygem-better_html-rails61: New port
Better HTML for Rails. Provides sane html helpers that make it easier to do the right thing. Sponsored by: Nepustil
This commit is contained in:
parent
b07014f8b1
commit
2a9f897c6f
4 changed files with 30 additions and 0 deletions
|
@ -6317,6 +6317,7 @@
|
||||||
SUBDIR += rubygem-baf
|
SUBDIR += rubygem-baf
|
||||||
SUBDIR += rubygem-batch-loader
|
SUBDIR += rubygem-batch-loader
|
||||||
SUBDIR += rubygem-benelux
|
SUBDIR += rubygem-benelux
|
||||||
|
SUBDIR += rubygem-better_html-rails61
|
||||||
SUBDIR += rubygem-bin_utils
|
SUBDIR += rubygem-bin_utils
|
||||||
SUBDIR += rubygem-bindata
|
SUBDIR += rubygem-bindata
|
||||||
SUBDIR += rubygem-bindex
|
SUBDIR += rubygem-bindex
|
||||||
|
|
24
devel/rubygem-better_html-rails61/Makefile
Normal file
24
devel/rubygem-better_html-rails61/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
PORTNAME= better_html
|
||||||
|
PORTVERSION= 2.0.1
|
||||||
|
CATEGORIES= devel rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
PKGNAMESUFFIX= -rails61
|
||||||
|
|
||||||
|
MAINTAINER= bofh@FreeBSD.org
|
||||||
|
COMMENT= Better HTML for Rails
|
||||||
|
WWW= https://github.com/Shopify/better-html
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-actionview61>=6.0:devel/rubygem-actionview61 \
|
||||||
|
rubygem-activesupport61>=6.0:devel/rubygem-activesupport61 \
|
||||||
|
rubygem-ast>=2.0:devel/rubygem-ast \
|
||||||
|
rubygem-erubi>=1.4:www/rubygem-erubi \
|
||||||
|
rubygem-parser>=2.4:devel/rubygem-parser \
|
||||||
|
rubygem-smart_properties>0:devel/rubygem-smart_properties
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/rubygem-better_html-rails61/distinfo
Normal file
3
devel/rubygem-better_html-rails61/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1669122654
|
||||||
|
SHA256 (rubygem/better_html-2.0.1.gem) = bf3d9171d41ac5f260fd7529286b6eced799e393e5dd11fbf72377f96a0309f8
|
||||||
|
SIZE (rubygem/better_html-2.0.1.gem) = 27136
|
2
devel/rubygem-better_html-rails61/pkg-descr
Normal file
2
devel/rubygem-better_html-rails61/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Better HTML for Rails. Provides sane html helpers that make it easier to
|
||||||
|
do the right thing.
|
Loading…
Reference in a new issue