freebsd-ports/www/rubygem-rack-attack/Makefile
Sunpoet Po-Chuan Hsieh fe935795da - Update to 4.2.0
- Add LICENSE
- Update WWW

Changes:	https://github.com/kickstarter/rack-attack/blob/master/CHANGELOG.md
2015-05-22 20:22:40 +00:00

20 lines
396 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rack-attack
PORTVERSION= 4.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rack middleware for throttling and blocking abusive requests
LICENSE= MIT
RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>