blob: 79ba7a631785a5a3ae2d40f5ba2e898dfc3c0b26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= hexbin
DISTVERSION= 1.28.3
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Hexagonal Binning Routines
WWW= https://github.com/edzer/hexbin
LICENSE= GPLv2
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|