forked from Lainports/freebsd-ports
17 lines
345 B
Makefile
17 lines
345 B
Makefile
PORTNAME= commonmarker
|
|
PORTVERSION= 0.23.10
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|