18 lines
381 B
Makefile
18 lines
381 B
Makefile
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>
|