jasper 0862faca49 link to upstream pull request containing rspec3 patches; it's too much
pain for too little gain to merge them into our tree for now
2014-10-17 18:35:32 +00:00

27 lines
584 B
Makefile

# $OpenBSD: Makefile,v 1.3 2014/10/17 18:35:32 jasper 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
# https://github.com/rkh/rack-protection/pull/87
#MODRUBY_TEST = rspec2
#TEST_DEPENDS = www/ruby-rack-test,${MODRUBY_FLAVOR}
.include <bsd.port.mk>