freebsd-ports/textproc/R-cran-markdown/Makefile
TAKATSU Tomonari dd4799b184 - Add new port: textproc/R-cran-markdown
Provides R bindings to the 'Sundown' 'Markdown' rendering library
  (https://github.com/vmg/sundown). 'Markdown' is a plain-text
  formatting syntax that can be converted to 'XHTML' or other formats.

  WWW: https://cran.r-project.org/web/packages/markdown/
2015-08-08 06:19:03 +00:00

18 lines
346 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= markdown
PORTVERSION= 0.7.7
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Markdown Rendering for R
LICENSE= GPLv2
RUN_DEPENDS= R-cran-mime>=0.3:${PORTSDIR}/misc/R-cran-mime
USES= cran:auto-plist
.include <bsd.port.mk>