diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-16 18:19:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-16 18:19:22 +0000 |
commit | 9a57e7477dd3fef246a256f904e8997bf7f99b8f (patch) | |
tree | c06c51f197d187f0a151a0928d21f5cf508414f6 /www | |
parent | 2e9e925f810986b22d2408075d23d920e349a54f (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-rack-protection1/Makefile | 25 | ||||
-rw-r--r-- | www/rubygem-rack-protection1/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-rack-protection1/pkg-descr | 3 |
3 files changed, 30 insertions, 0 deletions
diff --git a/www/rubygem-rack-protection1/Makefile b/www/rubygem-rack-protection1/Makefile new file mode 100644 index 000000000000..82e720a1ffb0 --- /dev/null +++ b/www/rubygem-rack-protection1/Makefile @@ -0,0 +1,25 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rack-protection +PORTVERSION= 1.5.3 +PORTREVISION= 2 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Collection of Rack middleware to protect against opportunistic attack + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/License + +RUN_DEPENDS= rubygem-rack>=0:www/rubygem-rack + +PORTSCOUT= limit:^1\. + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> diff --git a/www/rubygem-rack-protection1/distinfo b/www/rubygem-rack-protection1/distinfo new file mode 100644 index 000000000000..4eb8549be357 --- /dev/null +++ b/www/rubygem-rack-protection1/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/rack-protection-1.5.3.gem) = b9c08cb17b13c6672ef642cc4855b4c4ba8fcb1f66abc687f03cddf37f106b33 +SIZE (rubygem/rack-protection-1.5.3.gem) = 18432 diff --git a/www/rubygem-rack-protection1/pkg-descr b/www/rubygem-rack-protection1/pkg-descr new file mode 100644 index 000000000000..0b85f67878c6 --- /dev/null +++ b/www/rubygem-rack-protection1/pkg-descr @@ -0,0 +1,3 @@ +Collection of Rack middleware to protect you against common, opportunistic attack. + +WWW: https://github.com/sinatra/rack-protection |