Add rubygem-erb 2.2.0

ERB provides an easy to use but powerful templating system for Ruby. Using ERB,
actual Ruby code can be added to any plain text document for the purposes of
generating document information details and/or flow control.

WWW: https://github.com/ruby/erb
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:05:12 +00:00
parent 137aa49847
commit fabe8e9d1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558487
4 changed files with 35 additions and 0 deletions

View File

@ -6025,6 +6025,7 @@
SUBDIR += rubygem-enumerize
SUBDIR += rubygem-equalizer
SUBDIR += rubygem-equatable
SUBDIR += rubygem-erb
SUBDIR += rubygem-errand
SUBDIR += rubygem-et-orbi
SUBDIR += rubygem-etc

View File

@ -0,0 +1,26 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= erb
PORTVERSION= 2.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy to use but powerful templating system for Ruby
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
#PLIST_FILES= bin/erb
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/erb
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1608366096
SHA256 (rubygem/erb-2.2.0.gem) = d84b98f8cd3b3c31cec4525a49207aa00932b4a59a3ad60340f903fc8877438c
SIZE (rubygem/erb-2.2.0.gem) = 17408

View File

@ -0,0 +1,5 @@
ERB provides an easy to use but powerful templating system for Ruby. Using ERB,
actual Ruby code can be added to any plain text document for the purposes of
generating document information details and/or flow control.
WWW: https://github.com/ruby/erb