freebsd-ports/math/R-cran-RHmm/Makefile
TAKATSU Tomonari 3956186b99 - Add a new port: math/R-cran-RHmm
Simulations and estimations of discrete, univariate or multivariate
  gaussian, mixture of univariate or multivariate gaussian hidden
  Markov models.

  WWW: http://r-forge.r-project.org/projects/rhmm/

Feature safe:	yes
2012-12-08 09:00:56 +00:00

18 lines
350 B
Makefile

# 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>