diff options
Diffstat (limited to 'textproc/rubygem-syntax')
-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 |