Files
ports/devel/rubygem-middleware/Makefile
Sunpoet Po-Chuan Hsieh fca2b03938 Add rubygem-middleware 0.1.0
Middleware is a generalized library for using middleware patterns within your
Ruby projects.

WWW: https://github.com/mitchellh/middleware
2020-01-19 11:09:00 +00:00

21 lines
366 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= middleware
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generalized implementation of the middleware abstraction for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>