mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
24 lines
564 B
Makefile
24 lines
564 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DT
|
|
PORTVERSION= 0.4
|
|
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.0:www/R-cran-htmlwidgets \
|
|
R-cran-magrittr>0:devel/R-cran-magrittr \
|
|
R-cran-crosstalk>0:www/R-cran-crosstalk
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|