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