diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-24 19:32:04 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-24 19:32:04 +0000 |
commit | 1d9c3998b6bafa3e73ba5d072f4e21b6fdca9e14 (patch) | |
tree | 73473c7b9def9a281239060953c0616923413e7b /textproc/rubygem-github-markup | |
parent | 8b54776c530633486ac2f52a5ce039cdfb203073 (diff) | |
download | ports-1d9c3998b6bafa3e73ba5d072f4e21b6fdca9e14.tar.gz ports-1d9c3998b6bafa3e73ba5d072f4e21b6fdca9e14.zip |
Notes
Diffstat (limited to 'textproc/rubygem-github-markup')
-rw-r--r-- | textproc/rubygem-github-markup/Makefile | 17 | ||||
-rw-r--r-- | textproc/rubygem-github-markup/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-github-markup/pkg-descr | 4 |
3 files changed, 23 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> diff --git a/textproc/rubygem-github-markup/distinfo b/textproc/rubygem-github-markup/distinfo new file mode 100644 index 000000000000..6f80aa22469a --- /dev/null +++ b/textproc/rubygem-github-markup/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/github-markup-0.7.5.gem) = a5d74d5a67e723bc4014f5db8682f88d65b5eb66b0ab1b58b04fb023426759f3 +SIZE (rubygem/github-markup-0.7.5.gem) = 18944 diff --git a/textproc/rubygem-github-markup/pkg-descr b/textproc/rubygem-github-markup/pkg-descr new file mode 100644 index 000000000000..012d0b511273 --- /dev/null +++ b/textproc/rubygem-github-markup/pkg-descr @@ -0,0 +1,4 @@ +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 |