20 lines
437 B
Makefile
20 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>
|