Files
bsdports/_unused/rubygem-redcarpet/Makefile
2019-12-26 07:26:06 +00:00

19 lines
366 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD:ruby/Makefile 429860 2016-12-29 03:18:07Z swills $
PORTNAME= redcarpet
PORTVERSION= 3.4.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast, safe and extensible Markdown to (X)HTML parser
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/redcarpet
.include <bsd.port.mk>