diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-31 06:58:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-31 06:58:47 +0000 |
commit | 0415611416808eb806340aae59bf9566a4b76924 (patch) | |
tree | 62e1d505aca86b38bd68923279e43f857cb3cf2d /textproc/rubygem-coderay | |
parent | c8803da386bf33b3d4b7915d494f343dc53561b4 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-coderay')
-rw-r--r-- | textproc/rubygem-coderay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rubygem-coderay/Makefile b/textproc/rubygem-coderay/Makefile index 114ef4510568..e83cd93e0760 100644 --- a/textproc/rubygem-coderay/Makefile +++ b/textproc/rubygem-coderay/Makefile @@ -9,11 +9,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Fast and easy syntax highlighting for selected languages -LICENSE= LGPL21 +LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/coderay .include <bsd.port.mk> |