diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 00:07:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 00:07:25 +0000 |
commit | f8df212b1e3178f982b01fd6071341038a07342c (patch) | |
tree | 6eb239dbf5ce68493b919a66fe24beb3bd911df9 | |
parent | fa26eecc2e6978db23e185d4f70f1033dbac20aa (diff) |
Notes
-rw-r--r-- | textproc/rubygem-syntax/Makefile | 2 | ||||
-rw-r--r-- | textproc/rubygem-syntax/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/rubygem-syntax/Makefile b/textproc/rubygem-syntax/Makefile index c8b254ba9ab4..4365f80b5fc1 100644 --- a/textproc/rubygem-syntax/Makefile +++ b/textproc/rubygem-syntax/Makefile @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Module for using Systax highlighting in Ruby +LICENSE= BSD3CLAUSE + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/textproc/rubygem-syntax/pkg-descr b/textproc/rubygem-syntax/pkg-descr index ee69bc91ad74..107298d5a1b7 100644 --- a/textproc/rubygem-syntax/pkg-descr +++ b/textproc/rubygem-syntax/pkg-descr @@ -1,4 +1,4 @@ Syntax highlighting library for various languages. Has built-in support for converting source code to syntax-highlighted HTML. -WWW: http://rubygems.org/gems/syntax/ +WWW: https://github.com/dblock/syntax |