summaryrefslogtreecommitdiff
path: root/www/ruby-rack-protection/Makefile
blob: 600e3243d54aa2305b61bec4b39841632217f84e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.3 2013/01/17 12:43:34 taca Exp $

DISTNAME=	rack-protection-1.3.2
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://github.com/rkh/rack-protection
COMMENT=	Protection for against typical web attacks for Rack application
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-rack>=0:../../www/ruby-rack

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"