aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-octopress-escape-code/Makefile
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-11-29 21:14:56 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-11-29 21:14:56 +0000
commit6408151c8c6b4233ac35873b354ee5be9bd17cad (patch)
treeeb2298512b2a2059162d53e31d8688c1a0c74b8a /textproc/rubygem-octopress-escape-code/Makefile
parent22173578b49964432fec7430dc1db821e81fa45e (diff)
downloadports-6408151c8c6b4233ac35873b354ee5be9bd17cad.tar.gz
ports-6408151c8c6b4233ac35873b354ee5be9bd17cad.zip
new port: textproc/rubygem-octopress-escape-code
Adds escape sequences for code blocks in Jekyll, so liquid tags can be used without having to surround these with {% raw %} and {% endraw %} tags. WWW: https://github.com/octopress/escape-code
Notes
Notes: svn path=/head/; revision=402628
Diffstat (limited to 'textproc/rubygem-octopress-escape-code/Makefile')
-rw-r--r--textproc/rubygem-octopress-escape-code/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/rubygem-octopress-escape-code/Makefile b/textproc/rubygem-octopress-escape-code/Makefile
new file mode 100644
index 000000000000..787aae4d08b3
--- /dev/null
+++ b/textproc/rubygem-octopress-escape-code/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= octopress-escape-code
+PORTVERSION= 2.0.6
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Adds escape sequences for code blocks in Jekyll
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-octopress-hooks>=2.0:${PORTSDIR}/devel/rubygem-octopress-hooks
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>