c31ceab7eb
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270
22 lines
366 B
Makefile
22 lines
366 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rack-attack
|
|
PORTVERSION= 4.4.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 44
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Rack middleware for throttling and blocking abusive requests
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rack>=0:www/rubygem-rack
|
|
|
|
PORTSCOUT= limit:^4\.4
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|