mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
1b81841d48
adjust dependent ports Reviewed by: pfg, thierry, tota
18 lines
343 B
Makefile
18 lines
343 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mvtnorm
|
|
PORTVERSION= 0.9.96
|
|
PORTREVISION= 13
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Multivariate Normal and t Distributions
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|