openbsd-ports/www/ruby-merb/param-protection/Makefile
bernd a2ba48f2a3 Initial import of ruby-merb-param-protection-1.0.8.1.
This plugin exposes three new controller methods which allows to
simply and flexibly filter the parameters available within the controller.
2009-01-31 12:15:50 +00:00

10 lines
208 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/01/31 12:15:50 bernd Exp $
COMMENT = filter controller parameters
DISTNAME = merb-param-protection-${VERSION}
RUN_DEPENDS = ::www/ruby-merb/core
.include <bsd.port.mk>