freebsd-ports/devel/rubygem-rack-raw-upload/Makefile
Ryan Steinmetz 31f6604060 New port: devel/rubygem-rack-raw-upload:
Middleware that converts files uploaded with mimetype application/octet-stream
into normal form input, so Rack applications can read these as normal, rather
than as raw input.

WWW: https://rubygems.org/gems/rack-raw-upload
2013-10-28 19:52:21 +00:00

18 lines
409 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= rack-raw-upload
PORTVERSION= 1.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Converts mimetype of application/octet-stream into normal form input
RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>