18 lines
429 B
Makefile
18 lines
429 B
Makefile
PORTNAME= gbutils
|
|
DISTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ygy@FreeBSD.org
|
|
COMMENT= Utilities for Simulation, Plots, Quantile Functions and Programming
|
|
WWW= https://github.com/GeoBosh/gbutils
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= R-cran-Rdpack>=0.9:devel/R-cran-Rdpack
|
|
TEST_DEPENDS= R-cran-testthat>=3.0.0:devel/R-cran-testthat
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|