summaryrefslogtreecommitdiff
path: root/math/R-cran-igraph/Makefile
blob: bad03af9c97410bbde6f60f367789992344302c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	igraph
DISTVERSION=	2.1.4
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Network Analysis and Visualization
WWW=		https://cran.r-project.org/web/packages/igraph/

LICENSE=	GPLv2+

LIB_DEPENDS=	libglpk.so:math/glpk
RUN_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
		R-cran-cpp11>=0.5.0:devel/R-cran-cpp11 \
		R-cran-lifecycle>0:devel/R-cran-lifecycle \
		R-cran-magrittr>0:devel/R-cran-magrittr \
		R-cran-pkgconfig>=2.0.0:devel/R-cran-pkgconfig \
		R-cran-rlang>0:devel/R-cran-rlang \
		R-cran-vctrs>0:devel/R-cran-vctrs

USES=		compiler:c++11-lang cran:auto-plist,compiles gnome
USE_GNOME=	libxml2

.include <bsd.port.mk>