2013-06-25 22:09:38 +02:00
|
|
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
2011-10-28 03:33:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rack-protection
|
2013-06-25 22:09:38 +02:00
|
|
|
PORTVERSION= 1.5.0
|
2011-10-28 03:33:56 +02:00
|
|
|
CATEGORIES= www rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Collection of Rack middleware to protect against opportunistic attack
|
|
|
|
|
2011-11-02 19:05:08 +01:00
|
|
|
RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack
|
2011-10-28 03:33:56 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|