aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-rack-protection/Makefile
blob: 804e72ba00c3a3553f118e91550e51e781adec7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	rack-protection
PORTVERSION=	4.0.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Collection of Rack middleware to protect against opportunistic attack
WWW=		https://sinatrarb.com/protection/ \
		https://github.com/sinatra/sinatra/tree/main/rack-protection

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/License

RUN_DEPENDS=	rubygem-base64>=0.1.0:converters/rubygem-base64 \
		rubygem-rack>=3.0.0,3<4,3:www/rubygem-rack

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>