diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-22 20:23:00 +0000 | 
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-22 20:23:00 +0000 | 
| commit | 763661859d16a2b0d8f98221749e7e10b9bd3fae (patch) | |
| tree | c5881984d3e3b03338e502ba8f556facd25cfe6d | |
| parent | - Add LICENSE (diff) | |
- Add LICENSE
- Update WWW
| -rw-r--r-- | www/rubygem-rack-protection/Makefile | 2 | ||||
| -rw-r--r-- | www/rubygem-rack-protection/pkg-descr | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/www/rubygem-rack-protection/Makefile b/www/rubygem-rack-protection/Makefile index ea057964295d..973c56a9151d 100644 --- a/www/rubygem-rack-protection/Makefile +++ b/www/rubygem-rack-protection/Makefile @@ -9,6 +9,8 @@ MASTER_SITES=	RG  MAINTAINER=	ruby@FreeBSD.org  COMMENT=	Collection of Rack middleware to protect against opportunistic attack +LICENSE=	MIT +  RUN_DEPENDS=	rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack  USE_RUBY=	yes diff --git a/www/rubygem-rack-protection/pkg-descr b/www/rubygem-rack-protection/pkg-descr index e809d43ccad6..0b85f67878c6 100644 --- a/www/rubygem-rack-protection/pkg-descr +++ b/www/rubygem-rack-protection/pkg-descr @@ -1,3 +1,3 @@  Collection of Rack middleware to protect you against common, opportunistic attack. -WWW: https://github.com/rkh/rack-protection +WWW: https://github.com/sinatra/rack-protection | 
