0dabdf1623
Add ruby-middleware version 0.1.0 package. # Middleware This is a generalized library for using middleware patterns within your Ruby projects.
14 lines
358 B
Makefile
14 lines
358 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/18 16:11:01 taca Exp $
|
|
|
|
DISTNAME= middleware-0.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/mitchellh/middleware
|
|
COMMENT= Generalized implementation of the middleware abstraction
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|