summaryrefslogtreecommitdiff
path: root/devel/R-cran-rgexf/Makefile
blob: 9f9ddb271cab8b7537d99154dd0f1cdde22b9e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	rgexf
PORTVERSION=	0.15.3
PORTREVISION=	1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Build, Import and Export GEXF Graph Files

LICENSE=	GPLv3

CRAN_DEPENDS=	R-cran-XML>0:textproc/R-cran-XML \
		R-cran-Rook>0:www/R-cran-Rook \
		R-cran-igraph>0:math/R-cran-igraph
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>