2012-09-24 23:40:15 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
2011-09-23 06:08:11 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gmm
|
2017-06-26 03:26:35 +02:00
|
|
|
DISTVERSION= 1.6-1
|
2011-09-23 06:08:11 +02:00
|
|
|
CATEGORIES= finance
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Generalized Method of Moments and Generalized Empirical Likelihood
|
|
|
|
|
2012-06-02 00:51:04 +02:00
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
2011-09-23 06:08:11 +02:00
|
|
|
|
2017-06-26 03:26:35 +02:00
|
|
|
CRAN_DEPENDS= R-cran-sandwich>0:math/R-cran-sandwich
|
|
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
2011-09-23 06:08:11 +02:00
|
|
|
|
2013-12-28 11:28:40 +01:00
|
|
|
USES= cran:auto-plist
|
2011-09-23 06:08:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|