mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
16 lines
336 B
Makefile
16 lines
336 B
Makefile
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>
|