Files
ports/textproc/rubygem-redcarpet/Makefile

21 lines
376 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
NO_STAGE= yes
.include <bsd.port.mk>