summaryrefslogtreecommitdiff
path: root/math/R-cran-hexbin/Makefile
blob: 3ff29dbe974d72151d74317913eed626657366e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	hexbin
DISTVERSION=	1.28.5
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Hexagonal Binning Routines
WWW=		https://cran.r-project.org/web/packages/hexbin/

LICENSE=	GPLv2

TEST_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>