diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-12-16 22:17:59 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-12-16 22:17:59 +0000 |
commit | 869de9236f01e5f9125cbe27c29d30009ff56525 (patch) | |
tree | 7203da15d89ea3621c28a5c8b6a5fbe8caebf26e /www/rubygem-merb-param-protection | |
parent | 59136020bc978ef1ded28e1df141bbbcd1e46e82 (diff) | |
download | ports-869de9236f01e5f9125cbe27c29d30009ff56525.tar.gz ports-869de9236f01e5f9125cbe27c29d30009ff56525.zip |
Notes
Diffstat (limited to 'www/rubygem-merb-param-protection')
-rw-r--r-- | www/rubygem-merb-param-protection/Makefile | 22 | ||||
-rw-r--r-- | www/rubygem-merb-param-protection/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-merb-param-protection/pkg-descr | 3 |
3 files changed, 27 insertions, 0 deletions
diff --git a/www/rubygem-merb-param-protection/Makefile b/www/rubygem-merb-param-protection/Makefile new file mode 100644 index 000000000000..8a44df0b22c0 --- /dev/null +++ b/www/rubygem-merb-param-protection/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: rubygem-merb-param-protection +# Date created: 13 Dec 2011 +# Whom: Scott Sanders <scott@jssjr.com> +# +# $FreeBSD$ +# + +PORTNAME= merb-param-protection +PORTVERSION= 1.1.3 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Merb plugin that helps protecting sensible parameters + +RUN_DEPENDS= rubygem-merb-core>=1.1.3:${PORTSDIR}/www/rubygem-merb-core + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-merb-param-protection/distinfo b/www/rubygem-merb-param-protection/distinfo new file mode 100644 index 000000000000..939c9bdd91c7 --- /dev/null +++ b/www/rubygem-merb-param-protection/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/merb-param-protection-1.1.3.gem) = 0ebeaa69d2627e601587e7873845fdcbe6503781d3d4672403f78051c9adb868 +SIZE (rubygem/merb-param-protection-1.1.3.gem) = 8192 diff --git a/www/rubygem-merb-param-protection/pkg-descr b/www/rubygem-merb-param-protection/pkg-descr new file mode 100644 index 000000000000..99af9e1e0221 --- /dev/null +++ b/www/rubygem-merb-param-protection/pkg-descr @@ -0,0 +1,3 @@ +Merb is a web development framework for fast, simple, and powerful development. + +WWW: http://www.merbivore.com/ |