Rack middleware that provides authentication for rack applications

WWW: http://rubygems.org/gems/warden

PR:		ports/157954
Submitted by:	Ryan Steinmetz <rpsfa at rit.edu>
This commit is contained in:
Steve Wills 2011-06-18 18:00:47 +00:00
parent df72a4af50
commit adf4590429
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275787
4 changed files with 27 additions and 0 deletions

View file

@ -3347,6 +3347,7 @@
SUBDIR += rubygem-validatable
SUBDIR += rubygem-vmc
SUBDIR += rubygem-warbler
SUBDIR += rubygem-warden
SUBDIR += rubygem-webby
SUBDIR += rubygem-yajl-ruby
SUBDIR += rubygem-yui-compressor

View file

@ -0,0 +1,21 @@
# Ports collection makefile for: rubygem-warden
# Date created: 2011-06-16
# Whom: Ryan Steinmetz <rpsfa@rit.edu>
#
# $FreeBSD$
PORTNAME= warden
PORTVERSION= 1.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= rpsfa@rit.edu
COMMENT= Rack middleware that provides authentication for rack applications
RUN_DEPENDS= rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/warden-1.0.4.gem) = 1b6ffb95d7d31fe3596c936a31a30f2b94206e12f1eac0b69d110c905e3710d0
SIZE (rubygem/warden-1.0.4.gem) = 77824

View file

@ -0,0 +1,3 @@
Rack middleware that provides authentication for rack applications
WWW: http://rubygems.org/gems/warden