mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
b19ae007da
Required for gitlab-ce 16.3 Changelog: https://github.com/rack/rack-attack/blob/main/CHANGELOG.md
19 lines
355 B
Makefile
19 lines
355 B
Makefile
PORTNAME= rack-attack
|
|
PORTVERSION= 6.7.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rack middleware for throttling and blocking abusive requests
|
|
WWW= https://github.com/kickstarter/rack-attack
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rack22>=1.0,3<3,3:www/rubygem-rack22
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|