freebsd-ports/www/rubygem-rack-attack44/Makefile
Torsten Zuehlsdorff 20abeb6774 Bring back dependencies needed to prepare the update of www/gitlab to 10.4
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
2018-02-15 16:59:19 +00:00

22 lines
364 B
Makefile

# $FreeBSD$
PORTNAME= rack-attack
PORTVERSION= 4.4.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 44
MAINTAINER= idefix@fechner.net
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>