diff options
| author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-12-08 09:00:56 +0000 |
|---|---|---|
| committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-12-08 09:00:56 +0000 |
| commit | 3956186b995a1332889e26b9779514b770090871 (patch) | |
| tree | a4e81764769f01face3854b1e291029ac8c9693b /math/R-cran-RHmm/Makefile | |
| parent | 0269c31fb79e9077748d6fcd181820aa437aa58f (diff) | |
Notes
Diffstat (limited to 'math/R-cran-RHmm/Makefile')
| -rw-r--r-- | math/R-cran-RHmm/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/R-cran-RHmm/Makefile b/math/R-cran-RHmm/Makefile new file mode 100644 index 000000000000..2c2796e08c7c --- /dev/null +++ b/math/R-cran-RHmm/Makefile @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= RHmm +PORTVERSION= 2.0.2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Hidden Markov Models simulations and estimations + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> |
