aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-liquid/Makefile22
-rw-r--r--textproc/rubygem-liquid/distinfo3
-rw-r--r--textproc/rubygem-liquid/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 257645aeeb0c..5fc781dc3b01 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1053,6 +1053,7 @@
SUBDIR += rubygem-htmlentities
SUBDIR += rubygem-htmltools
SUBDIR += rubygem-ini
+ SUBDIR += rubygem-liquid
SUBDIR += rubygem-markaby
SUBDIR += rubygem-nokogiri
SUBDIR += rubygem-opml
diff --git a/textproc/rubygem-liquid/Makefile b/textproc/rubygem-liquid/Makefile
new file mode 100644
index 000000000000..0f1c18037534
--- /dev/null
+++ b/textproc/rubygem-liquid/Makefile
@@ -0,0 +1,22 @@
+# Ports collection makefile for: liquid
+# Date created: 24 Dec 2009
+# Whom: peter.schuller@infidyne.com
+#
+# $FreeBSD$
+
+PORTNAME= liquid
+PORTVERSION= 2.0.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= http://gemcutter.org/gems/
+
+MAINTAINER= peter.schuller@infidyne.com
+COMMENT= Library for rendering safe templates
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+# we care about not passing -A
+FETCH_ARGS= -pRr
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-liquid/distinfo b/textproc/rubygem-liquid/distinfo
new file mode 100644
index 000000000000..517d6dd235d9
--- /dev/null
+++ b/textproc/rubygem-liquid/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/liquid-2.0.0.gem) = 35d03e24c3a951fb463157fa4c227d07
+SHA256 (rubygem/liquid-2.0.0.gem) = 6f43a0eba19e46ec222f98dee76f318cecb770d68fc76b2160a611029fa71acb
+SIZE (rubygem/liquid-2.0.0.gem) = 22016
diff --git a/textproc/rubygem-liquid/pkg-descr b/textproc/rubygem-liquid/pkg-descr
new file mode 100644
index 000000000000..981d9b82be01
--- /dev/null
+++ b/textproc/rubygem-liquid/pkg-descr
@@ -0,0 +1,4 @@
+Ruby library for rendering safe templates which cannot affect the
+security of the server they are rendered on.
+
+WWW: http://www.liquidmarkup.org/