freebsd-ports/textproc/R-cran-markdown/Makefile

23 lines
454 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= markdown
2019-08-12 17:37:28 +02:00
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Markdown Rendering for R
LICENSE= GPLv2
2019-08-12 17:37:28 +02:00
CRAN_DEPENDS= R-cran-xfun>0:misc/R-cran-xfun \
R-cran-mime>=0.3:misc/R-cran-mime
2017-05-07 00:44:18 +02:00
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>