2013-09-20 19:17:44 +02:00
|
|
|
# Created by: Ryan Steinmetz <rpsfa@rit.edu>
|
2011-06-18 20:00:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= warden
|
2013-11-20 19:32:17 +01:00
|
|
|
PORTVERSION= 1.2.3
|
2011-06-18 20:00:47 +02:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2011-10-26 13:21:50 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2011-06-18 20:00:47 +02:00
|
|
|
COMMENT= Rack middleware that provides authentication for rack applications
|
|
|
|
|
2013-11-20 19:32:17 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2011-06-18 20:00:47 +02:00
|
|
|
RUN_DEPENDS= rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|