blob: 15ee1420d5356071a4a42c425bc765ee1acf249a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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>
|