8fd31fb7c0
Various R Programming Tools for Model Fitting. WWW: https://cran.r-project.org/web/packages/gmodels/
18 lines
352 B
Makefile
18 lines
352 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gmodels
|
|
DISTVERSION= 2.16.2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Various R Programming Tools for Model Fitting
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= R-cran-gdata>0:devel/R-cran-gdata
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|