aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-rack-timeout/Makefile
blob: 252244993f5b828ede756ec887507332413bfc86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	rack-timeout
PORTVERSION=	0.6.3
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Abort requests that are taking too long
WWW=		https://github.com/heroku/rack-timeout

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>