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

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Miscellaneous Functions for "Grid" Graphics

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-gtable>0:math/R-cran-gtable
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>