pkgsrc/www/ruby-request_store/Makefile
taca 1c72e93208 www/ruby-request_store: update to 1.5.1
pkgsrc change: correct CATEGORIES to www.

1.5.1 (2022-01-18)

* Add Truffleruby head to CI
* GitHub is HTTPS by default
* CI: Drop unused sudo: false Travis directive
* Fix fatal crash when a mutable const is returned by the app
* Docs: add fetch
2022-08-31 16:05:38 +00:00

17 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.2 2022/08/31 16:05:38 taca Exp $
DISTNAME= request_store-1.5.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/steveklabnik/request_store
COMMENT= Per-request global storage for Rack
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.4:../../www/ruby-rack
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"