mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
cf118ccf87
Reported by: lwhsu
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>
|