1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/R-cran-DT/Makefile
TAKATSU Tomonari bddbddfd1e - Update to 0.2
2016-08-10 10:53:31 +00:00

23 lines
520 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= DT
PORTVERSION= 0.2
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.5:textproc/R-cran-htmltools \
R-cran-htmlwidgets>=0.6:www/R-cran-htmlwidgets \
R-cran-magrittr>0:devel/R-cran-magrittr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>