aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-request_store/Makefile
blob: 5a1ecb8cccb980e6ce9ad487f0945c9ae1049c3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=   request_store
PORTVERSION=    1.3.1
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

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>