Welcome www/rubygem-sinatra-contrib 2.0.0 to the tree
This commit is contained in:
parent
53df67be2f
commit
e4f1927519
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458436
4 changed files with 36 additions and 0 deletions
|
@ -2176,6 +2176,7 @@
|
|||
SUBDIR += rubygem-semantic-ui-sass
|
||||
SUBDIR += rubygem-simple-rss
|
||||
SUBDIR += rubygem-sinatra
|
||||
SUBDIR += rubygem-sinatra-contrib
|
||||
SUBDIR += rubygem-sinatra-contrib1
|
||||
SUBDIR += rubygem-sinatra-r18n
|
||||
SUBDIR += rubygem-sinatra-respond_to
|
||||
|
|
29
www/rubygem-sinatra-contrib/Makefile
Normal file
29
www/rubygem-sinatra-contrib/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sinatra-contrib
|
||||
PORTVERSION= 2.0.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
COMMENT= Collection of useful Sinatra extensions
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-backports>=2.0:devel/rubygem-backports \
|
||||
rubygem-multi_json>=0:devel/rubygem-multi_json \
|
||||
rubygem-rack-protection>=0:www/rubygem-rack-protection \
|
||||
rubygem-rack-test>=0:www/rubygem-rack-test \
|
||||
rubygem-sinatra>=2.0:www/rubygem-sinatra \
|
||||
rubygem-tilt>=2.0:devel/rubygem-tilt
|
||||
|
||||
PORTSCOUT= limit:^1\.
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-sinatra-contrib/distinfo
Normal file
3
www/rubygem-sinatra-contrib/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1513260490
|
||||
SHA256 (rubygem/sinatra-contrib-2.0.0.gem) = ae3738592081f3dd2407aa71acee4819e9d615c29b47162c30637526665ac5f6
|
||||
SIZE (rubygem/sinatra-contrib-2.0.0.gem) = 31744
|
3
www/rubygem-sinatra-contrib/pkg-descr
Normal file
3
www/rubygem-sinatra-contrib/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Collection of common Sinatra extensions, semi-officially supported.
|
||||
|
||||
WWW: https://github.com/sinatra/sinatra-contrib
|
Loading…
Reference in a new issue