Files
ports/www/rubygem-rack-protection-gitlab/Makefile
T
2026-04-20 10:17:33 +02:00

23 lines
543 B
Makefile

PORTNAME= rack-protection
PORTVERSION= 3.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@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-gitlab>=2.2.4<3:www/rubygem-rack-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>