diff options
Diffstat (limited to 'www/rubygem-merb-param-protection/Makefile')
-rw-r--r-- | www/rubygem-merb-param-protection/Makefile | 6 |
1 files changed, 4 insertions, 2 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> |