14 lines
276 B
Makefile
14 lines
276 B
Makefile
|
PORTNAME= commonmark
|
||
|
DISTVERSION= 1.7
|
||
|
CATEGORIES= textproc
|
||
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||
|
|
||
|
MAINTAINER= tota@FreeBSD.org
|
||
|
COMMENT= High Performance CommonMark and Github Markdown Rendering in R
|
||
|
|
||
|
LICENSE= BSD2CLAUSE
|
||
|
|
||
|
USES= cran:auto-plist,compiles
|
||
|
|
||
|
.include <bsd.port.mk>
|