diff options
-rw-r--r-- | devel/rubygem-rack-raw-upload/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-rack-raw-upload/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/rubygem-rack-raw-upload/Makefile b/devel/rubygem-rack-raw-upload/Makefile index 5b6d5c205150..c7a154550e0c 100644 --- a/devel/rubygem-rack-raw-upload/Makefile +++ b/devel/rubygem-rack-raw-upload/Makefile @@ -9,6 +9,8 @@ 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 diff --git a/devel/rubygem-rack-raw-upload/pkg-descr b/devel/rubygem-rack-raw-upload/pkg-descr index 78a891f2d9e6..967ad6361a32 100644 --- a/devel/rubygem-rack-raw-upload/pkg-descr +++ b/devel/rubygem-rack-raw-upload/pkg-descr @@ -2,4 +2,4 @@ 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 +WWW: https://github.com/New-Bamboo/rack-raw-upload |