aboutsummaryrefslogblamecommitdiff
path: root/devel/R-cran-rgexf/Makefile
blob: 8e00a43199ab678560c3b2513b242db06ac57961 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                 

                     
                      
                 





                                                         
                   

                                                  

                                                    


                               
                               

                      
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

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

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

LICENSE=	MIT

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

USES=		cran:auto-plist

.include <bsd.port.mk>