Update finance/R-cran-urca to version 1.2.8_3
[dports.git] / finance / R-cran-gmm / Makefile
1 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gmm
5 DISTVERSION=    1.5-0
6 CATEGORIES=     finance
7 DISTNAME=       ${PORTNAME}_${DISTVERSION}
8
9 MAINTAINER=     tota@FreeBSD.org
10 COMMENT=        Generalized Method of Moments and Generalized Empirical Likelihood
11
12 LICENSE=        GPLv2 GPLv3
13 LICENSE_COMB=   dual
14
15 RUN_DEPENDS=    R-cran-sandwich>0:${PORTSDIR}/math/R-cran-sandwich
16
17 USES=   cran:auto-plist
18
19 .include <bsd.port.mk>