8d8798388c
Reported by: portscout
18 lines
380 B
Makefile
18 lines
380 B
Makefile
PORTNAME= markdown
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Markdown Rendering for R
|
|
WWW= https://cran.r-project.org/web/packages/markdown/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= R-cran-litedown>=0.6:textproc/R-cran-litedown \
|
|
R-cran-xfun>0:misc/R-cran-xfun
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|