aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-rack-timeout/Makefile
blob: 579caff9a22c5bdb2586a8640ac6d217fc05f8c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	rack-timeout
PORTVERSION=	0.7.0
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>