Files
ports/textproc/rubygem-redcarpet/Makefile

20 lines
349 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= redcarpet
PORTVERSION= 3.5.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast, safe and extensible Markdown to (X)HTML parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/redcarpet
.include <bsd.port.mk>