1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/www/R-cran-shiny/Makefile
David Naylor e288e58754 Convert Mk/bsd.cran.mk to the Uses framework.
PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
2013-12-28 10:28:40 +00:00

23 lines
573 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= shiny
PORTVERSION= 0.8.0
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Web Application Framework for R
LICENSE= GPLv3
RUN_DEPENDS= R-cran-httpuv>=1.2.0:${PORTSDIR}/www/R-cran-httpuv \
R-cran-caTools>0:${PORTSDIR}/devel/R-cran-caTools \
R-cran-RJSONIO>0:${PORTSDIR}/converters/R-cran-RJSONIO \
R-cran-xtable>0:${PORTSDIR}/textproc/R-cran-xtable \
R-cran-digest>0:${PORTSDIR}/security/R-cran-digest
USES= cran:auto-plist
.include <bsd.port.mk>