freebsd-ports/textproc/rubygem-redcarpet/Makefile
Ryan Steinmetz bfe60df4c5 New port: devel/rubygem-redcarpet:
A fast, safe and extensible Markdown to (X)HTML parser.

WWW: https://rubygems.org/gems/redcarpet
2013-09-03 22:47:41 +00:00

19 lines
362 B
Makefile

# 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>