summaryrefslogtreecommitdiff
path: root/devel/R-cran-rgexf/Makefile
blob: b250b3180bc5eb44d63bda60725271347d386997 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	rgexf
PORTVERSION=	0.16.3
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Build, Import and Export GEXF Graph Files
WWW=		https://cran.r-project.org/web/packages/rgexf/

LICENSE=	MIT

RUN_DEPENDS=	R-cran-igraph>0:math/R-cran-igraph \
		R-cran-servr>0:www/R-cran-servr \
		R-cran-XML>0:textproc/R-cran-XML

USES=		cran:auto-plist

.include <bsd.port.mk>