From aef584840d1603fdd5389b034186139d28615e9f Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 8 May 2014 04:33:44 +0000 Subject: [PATCH] - Add LICENSE - Remove leading indefinite article from COMMENT --- textproc/rubygem-redcarpet/Makefile | 6 ++++-- 1 file 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