summaryrefslogtreecommitdiff
path: root/textproc/rubygem-commonmarker0/Makefile
blob: 43609d0768a351632c082b60a8b07028eff7d26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	commonmarker
PORTVERSION=	0.23.12
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	0

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby wrapper for libcmark (CommonMark parser)
WWW=		https://github.com/gjtorikian/commonmarker

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

PLIST_FILES=	bin/commonmarker

PORTSCOUT=	limit:^0\.

.include <bsd.port.mk>