mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
18 lines
375 B
Makefile
18 lines
375 B
Makefile
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
|
|
|
|
PORTNAME= hexbin
|
|
DISTVERSION= 1.28.2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ygy@FreeBSD.org
|
|
COMMENT= Hexagonal Binning Routines
|
|
|
|
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>
|