aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-servr/Makefile
blob: 69c4372d4fbba0fd1ca9fdd5df9e5634ac8f9c77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

PORTNAME=	servr
PORTVERSION=	0.21
CATEGORIES=	www
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Simple HTTP Server to Serve Static Files or Dynamic Documents

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-mime>=0.2:misc/R-cran-mime \
		R-cran-httpuv>=1.5.2:www/R-cran-httpuv \
		R-cran-xfun>0:misc/R-cran-xfun \
		R-cran-jsonlite>0:converters/R-cran-jsonlite
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>