summaryrefslogtreecommitdiff
path: root/textproc/rubygem-commonmarker0/Makefile
blob: ebf706df03e2ac4c33b5865daeb9234eb48d30cc (plain) (blame)
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.11
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>