pkgsrc/www/ruby-rack-protection/Makefile

15 lines
402 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2012/01/08 03:01:22 obache Exp $
DISTNAME= rack-protection-1.2.0
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"