aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-redcarpet/Makefile
blob: ebcb52b4d6613c2ba82bfbc26e366853ab517b6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$

PORTNAME=	redcarpet
PORTVERSION=	3.1.2
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Fast, safe and extensible Markdown to (X)HTML parser

LICENSE=	MIT

USE_RUBY=	yes
USE_RUBYGEMS=	yes
USE_RAKE=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/redcarpet

.include <bsd.port.mk>