21 lines
385 B
Makefile
21 lines
385 B
Makefile
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>
|