aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-merb-param-protection/Makefile
blob: 24cb083d7361782eafe7a491e9137fff29a7279a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Scott Sanders <scott@jssjr.com>

PORTNAME=	merb-param-protection
PORTVERSION=	1.1.3
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Merb plugin that helps protecting sensible parameters

LICENSE=	MIT

RUN_DEPENDS=	rubygem-merb-core>=1.1.3:www/rubygem-merb-core

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>