a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
26 lines
650 B
Makefile
26 lines
650 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crosstalk
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Inter-Widget Interactivity for HTML Widgets
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \
|
|
R-cran-jsonlite>0:converters/R-cran-jsonlite \
|
|
R-cran-lazyeval>0:math/R-cran-lazyeval \
|
|
R-cran-R6>0:devel/R-cran-R6 \
|
|
R-cran-shiny>=0.11:www/R-cran-shiny \
|
|
R-cran-ggplot2>0:graphics/R-cran-ggplot2
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|