diff options
Diffstat (limited to 'textproc/rubygem-redcarpet/Makefile')
-rw-r--r-- | textproc/rubygem-redcarpet/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/rubygem-redcarpet/Makefile b/textproc/rubygem-redcarpet/Makefile new file mode 100644 index 000000000000..8604394e6e83 --- /dev/null +++ b/textproc/rubygem-redcarpet/Makefile @@ -0,0 +1,19 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= redcarpet +PORTVERSION= 3.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A fast, safe and extensible Markdown to (X)HTML parser + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_RAKE= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES+= bin/redcarpet + +.include <bsd.port.mk> |