freebsd-ports/www/rubygem-rack-attack44/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

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>