forked from Lainports/freebsd-ports
The use rack version 1.6 has security problems. This gem supports any rack version newer than 1.4.
20 lines
393 B
Makefile
20 lines
393 B
Makefile
PORTNAME= request_store
|
|
PORTVERSION= 1.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= RequestStore gives you per-request global storage
|
|
WWW= https://github.com/steveklabnik/request_store
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-rack>=1.4:www/rubygem-rack
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|