aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-RSvgDevice/Makefile
blob: bfc2bd2d67ffe175c98b5eac58892e759dcefe18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	RSvgDevice
PORTVERSION=	0.6.4.4
PORTREVISION=	7
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	R SVG graphics device
WWW=		https://cran.r-project.org/web/packages/RSvgDevice/index.html

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>