mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
448 B
Makefile
20 lines
448 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD: head/www/rubygem-rack-protection/Makefile 441028 2017-05-16 18:19:32Z sunpoet $
|
|
|
|
PORTNAME= rack-protection
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Collection of Rack middleware to protect against opportunistic attack
|
|
|
|
|
|
RUN_DEPENDS= rubygem-rack>=0:ruby/rubygem-rack
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|