aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-miniUI/Makefile
blob: 587a684280cb0088ff8c7be8095e6aa4654cc1ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	miniUI
DISTVERSION=	0.1.2
CATEGORIES=	www
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Writing Shiny apps that work well on small screens
WWW=		https://cran.r-project.org/package=miniUI

LICENSE=	GPLv3

RUN_DEPENDS=	R-cran-htmltools>=0.3:textproc/R-cran-htmltools \
		R-cran-shiny>=0.13:www/R-cran-shiny

USES=		cran:auto-plist

.include <bsd.port.mk>