2020-03-31 23:07:47 +02:00
|
|
|
PORTNAME= servr
|
2021-04-15 14:07:20 +02:00
|
|
|
PORTVERSION= 0.22
|
2020-03-31 23:07:47 +02:00
|
|
|
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 \
|
2020-07-29 15:46:55 +02:00
|
|
|
R-cran-httpuv>=1.5.2:www/R-cran-httpuv \
|
2020-03-31 23:07:47 +02:00
|
|
|
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>
|