a3e894bb57
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.
14 lines
400 B
Makefile
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"
|