3a92fb1807
This gem protects against typical web attacks. Should work for all Rack apps, including Rails. OK jasper@
26 lines
537 B
Makefile
26 lines
537 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/05/28 22:00:51 jeremy Exp $
|
|
|
|
COMMENT = protects rack apps against typical web attacks
|
|
|
|
DISTNAME = rack-protection-1.5.3
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://github.com/rkh/rack-protection
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = www/ruby-rack,${MODRUBY_FLAVOR}
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_TEST = rspec2
|
|
TEST_DEPENDS = www/ruby-rack-test,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|