aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-htmlTable/Makefile
blob: a71065d535a867edf376edf0ed3ebb79761909a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	htmlTable
DISTVERSION=	2.4.0
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Advanced tables for Markdown/HTML

LICENSE=	GPLv3

CRAN_DEPENDS=	R-cran-stringr>0:textproc/R-cran-stringr \
		R-cran-knitr>0:print/R-cran-knitr \
		R-cran-htmlwidgets>0:www/R-cran-htmlwidgets \
		R-cran-rstudioapi>0:devel/R-cran-rstudioapi \
		R-cran-checkmate>0:devel/R-cran-checkmate
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>