mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
21 lines
437 B
Makefile
21 lines
437 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/www/rubygem-rack-proxy/Makefile 480086 2018-09-18 23:41:52Z sunpoet $
|
|
|
|
PORTNAME= rack-proxy
|
|
PORTVERSION= 0.6.5
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Request/response rewriting proxy capabilities with streaming
|
|
|
|
|
|
RUN_DEPENDS= rubygem-rack>=0:ruby/rubygem-rack
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|