diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-redcarpet/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/rubygem-redcarpet/Makefile b/textproc/rubygem-redcarpet/Makefile index 8604394e6e83..c8ebeb4b66c7 100644 --- a/textproc/rubygem-redcarpet/Makefile +++ b/textproc/rubygem-redcarpet/Makefile @@ -7,13 +7,15 @@ CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= A fast, safe and extensible Markdown to (X)HTML parser +COMMENT= Fast, safe and extensible Markdown to (X)HTML parser + +LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes USE_RAKE= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES+= bin/redcarpet +PLIST_FILES= bin/redcarpet .include <bsd.port.mk> |