19 lines
352 B
Makefile
19 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>
|