freebsd-ports/math/R-cran-mvtnorm/Makefile
Antoine Brodin a666b569e8 Fix DISTNAME
Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-02-01 14:23:20 +00:00

15 lines
311 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
USES= cran:auto-plist
.include <bsd.port.mk>