1aecfa1ab3
RequestStore gives you per-request global storage. WWW: http://github.com/steveklabnik/request_store
19 lines
437 B
Makefile
19 lines
437 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= request_store
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= RequestStore gives you per-request global storage
|
|
|
|
RUN_DEPENDS= rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \
|
|
rubygem-minitest>=3.0:${PORTSDIR}/devel/rubygem-minitest
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|