mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
24 lines
435 B
Makefile
24 lines
435 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
PORTNAME= request_store
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 14
|
|
|
|
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
|
|
|
|
PORTSCOUT= limit:^1\.4\.
|
|
|
|
.include <bsd.port.mk>
|