blob: 6e94e59dea8048ed8ab9dabd6ee52983b2de3a39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|