freebsd-ports/science/R-cran-etm/Makefile
TAKATSU Tomonari c9695fe91d - Add new port: science/R-cran-etm
Matrix of transition probabilities for any time-inhomogeneous
  multistate model with finite state space

  WWW: https://cran.r-project.org/web/packages/etm/
2015-11-08 06:15:14 +00:00

17 lines
308 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= etm
DISTVERSION= 0.6-2
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Empirical Transition Matrix
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist
.include <bsd.port.mk>