diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-23 15:37:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-23 15:37:52 +0000 |
commit | 8a3af5d4a4de570668d2b7be1733129cbb0790b6 (patch) | |
tree | 2df42ac0a86cf8011d816f4aba19463913107d99 /www | |
parent | b390d9a8d4ac3769a0ca574a0a0eb4aeb82b3d81 (diff) | |
download | freebsd-ports-8a3af5d4a4de570668d2b7be1733129cbb0790b6.zip |
- Add LICENSE
- Reformat pkg-descr
- Remove WWW
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-merb-param-protection/Makefile | 6 | ||||
-rw-r--r-- | www/rubygem-merb-param-protection/pkg-descr | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/rubygem-merb-param-protection/Makefile b/www/rubygem-merb-param-protection/Makefile index 82fbdf5a0bba..aad6fa67be4f 100644 --- a/www/rubygem-merb-param-protection/Makefile +++ b/www/rubygem-merb-param-protection/Makefile @@ -9,10 +9,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Merb plugin that helps protecting sensible parameters +LICENSE= MIT + RUN_DEPENDS= rubygem-merb-core>=1.1.3:${PORTSDIR}/www/rubygem-merb-core -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/www/rubygem-merb-param-protection/pkg-descr b/www/rubygem-merb-param-protection/pkg-descr index 3d9569d5685c..b4722924d29d 100644 --- a/www/rubygem-merb-param-protection/pkg-descr +++ b/www/rubygem-merb-param-protection/pkg-descr @@ -1,4 +1,3 @@ Merb is a web development framework for fast, simple, and powerful development. -merb-param-protection allows filtering request parameters in controllers and logs. - -WWW: http://www.merbivore.com/ +merb-param-protection allows filtering request parameters in controllers and +logs. |