freebsd-ports/devel/rubygem-request_store/Makefile
Sunpoet Po-Chuan Hsieh 721e5078c5 - Add LICENSE
- Remove RUN_DEPENDS
- Update WWW
- Bump PORTREVISION for dependency change
2015-05-29 11:15:08 +00:00

19 lines
346 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= request_store
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= RequestStore gives you per-request global storage
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>