2015-08-08 08:19:03 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= markdown
|
2019-08-12 17:37:28 +02:00
|
|
|
PORTVERSION= 1.1
|
2020-05-05 18:07:53 +02:00
|
|
|
PORTREVISION= 1
|
2015-08-08 08:19:03 +02:00
|
|
|
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}
|
2015-08-08 08:19:03 +02:00
|
|
|
|
2017-06-18 20:09:16 +02:00
|
|
|
USES= cran:auto-plist,compiles
|
2015-08-08 08:19:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|