freebsd-ports/textproc/rubygem-commonmarker/Makefile

18 lines
358 B
Makefile

PORTNAME= commonmarker
PORTVERSION= 0.23.6
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
USE_RUBY= yes
PLIST_FILES= bin/commonmarker
.include <bsd.port.mk>