aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-diagram/Makefile
blob: dd30a3aebe80b9bca68fa88027e5894dd593b88c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	diagram
PORTVERSION=	1.6.5
PORTREVISION=	1
CATEGORIES=	graphics
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Functions for visualising simple graphs, plotting flow diagrams
WWW=		https://cran.r-project.org/web/packages/diagram/

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-shape>0:graphics/R-cran-shape
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist

.include <bsd.port.mk>