mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Required for gitlab 17.2 Changes: https://github.com/zombocom/rack-timeout/blob/main/CHANGELOG.md
17 lines
308 B
Makefile
17 lines
308 B
Makefile
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>
|