18 lines
356 B
Makefile
18 lines
356 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= gmodels
|
|
DISTVERSION= 2.18.1
|
|
PORTREVISION= 3
|
|
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>
|