pkgsrc/www/merb-param-protection/Makefile
jlam a3e894bb57 Initial import of merb-param-protection-0.9.2 as www/merb-param-protection.
This package contains a plugin for the Merb framework that exposes two
new controller methods which allow one to simply and flexibly filter
the parameters available within the controller.
2008-04-04 15:24:45 +00:00

14 lines
400 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:24:45 jlam Exp $
DISTNAME= merb_param_protection-0.9.2
PKGNAME= ${DISTNAME:S/_/-/g}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.merbivore.com/
COMMENT= Merb plugin supplying methods to filter parameters
DEPENDS+= merb-core>=0.9.2:../../www/merb-core
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"