aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2011-12-17 06:17:59 +0800
committerpgollucci <pgollucci@FreeBSD.org>2011-12-17 06:17:59 +0800
commit9f81b115cbed83df68b14837fdd0f8f77e901107 (patch)
tree97a2c3339c3c04b7f5565094932876a0e45cd967 /www
parentf990f59641cb04e6ab64d652857b086dcdc58c8e (diff)
downloadfreebsd-ports-gnome-9f81b115cbed83df68b14837fdd0f8f77e901107.tar.gz
freebsd-ports-gnome-9f81b115cbed83df68b14837fdd0f8f77e901107.tar.zst
freebsd-ports-gnome-9f81b115cbed83df68b14837fdd0f8f77e901107.zip
Merb is a web development framework for fast, simple, and powerful development.
WWW: http://www.merbivore.com/ PR: ports/163353 Submitted by: Scott Sanders <scott@jssjr.com> Sponsored by: RideCharge Inc. / Taxi Magic
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-merb-param-protection/Makefile22
-rw-r--r--www/rubygem-merb-param-protection/distinfo2
-rw-r--r--www/rubygem-merb-param-protection/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index f22605d70d52..7061fc9cb6be 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1647,6 +1647,7 @@
SUBDIR += rubygem-merb-assets
SUBDIR += rubygem-merb-haml
SUBDIR += rubygem-merb-helpers
+ SUBDIR += rubygem-merb-param-protection
SUBDIR += rubygem-mongrel
SUBDIR += rubygem-mongrel_cluster
SUBDIR += rubygem-multipart-post
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/