mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
362 B
Makefile
20 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>
|