mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
7f95ebfcef
- Fix LICENSE section
17 lines
284 B
Makefile
17 lines
284 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MSwM
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Fitting Markov Switching Models
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|