freebsd-ports/devel/rubygem-rack-raw-upload/Makefile
Sunpoet Po-Chuan Hsieh ce634b9f2d - Add LICENSE
- Update WWW
2015-05-22 20:22:30 +00:00

20 lines
423 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
LICENSE= MIT
RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>