blob: 630b93fce7196f42e6ae22479ce5261c9841721a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= Rook
DISTVERSION= 1.1-1
PORTREVISION= 3
CATEGORIES= www
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Web server interface for R
LICENSE= GPLv2
CRAN_DEPENDS= R-cran-brew>0:textproc/R-cran-brew
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|