diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 12:33:44 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 12:33:44 +0800 |
commit | aef584840d1603fdd5389b034186139d28615e9f (patch) | |
tree | e21bc619d836f53b2d20a29a8016decfd8aaaf6b /textproc | |
parent | a573be88e476c7e889912a2504b50a90c7e7dca3 (diff) | |
download | freebsd-ports-gnome-aef584840d1603fdd5389b034186139d28615e9f.tar.gz freebsd-ports-gnome-aef584840d1603fdd5389b034186139d28615e9f.tar.zst freebsd-ports-gnome-aef584840d1603fdd5389b034186139d28615e9f.zip |
- Add LICENSE
- Remove leading indefinite article from COMMENT
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> |