aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-redcarpet/Makefile
blob: b5cd416416733904ad6c90904c7f22499296e9d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	redcarpet
PORTVERSION=	3.6.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Fast, safe and extensible Markdown to (X)HTML parser
WWW=		https://github.com/vmg/redcarpet

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cpe gem
CPE_VENDOR=	${PORTNAME}_project

PLIST_FILES=	bin/redcarpet

.include <bsd.port.mk>