blob: 0bd29206d305011eab6d494e325a4d9418eb9013 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= DT
PORTVERSION= 0.7
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Wrapper of the JavaScript Library 'DataTables'
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-htmltools>=0.3.6:textproc/R-cran-htmltools \
R-cran-htmlwidgets>=1.3:www/R-cran-htmlwidgets \
R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-crosstalk>0:www/R-cran-crosstalk \
R-cran-promises>0:devel/R-cran-promises
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>
|