ports/devel/rubygem-request_store/Makefile
2021-04-06 16:31:07 +02:00

21 lines
391 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= request_store
PORTVERSION= 1.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= RequestStore gives you per-request global storage
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-rack16>=1.4:www/rubygem-rack16
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>