aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-github-markup/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-24 19:32:04 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-24 19:32:04 +0000
commit1d9c3998b6bafa3e73ba5d072f4e21b6fdca9e14 (patch)
tree73473c7b9def9a281239060953c0616923413e7b /textproc/rubygem-github-markup/Makefile
parent8b54776c530633486ac2f52a5ce039cdfb203073 (diff)
downloadports-1d9c3998b6bafa3e73ba5d072f4e21b6fdca9e14.tar.gz
ports-1d9c3998b6bafa3e73ba5d072f4e21b6fdca9e14.zip
This gem is used by GitHub to render any fancy markup such as Markdown,
Textile, Org-Mode, etc. Fork it and add your own! WWW: https://github.com/github/markup PR: ports/182738 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes
Notes: svn path=/head/; revision=331519
Diffstat (limited to 'textproc/rubygem-github-markup/Makefile')
-rw-r--r--textproc/rubygem-github-markup/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/rubygem-github-markup/Makefile b/textproc/rubygem-github-markup/Makefile
new file mode 100644
index 000000000000..9f42b4b1e8c0
--- /dev/null
+++ b/textproc/rubygem-github-markup/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= github-markup
+PORTVERSION= 0.7.5
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Render any fancy markup
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>