summaryrefslogtreecommitdiff
path: root/math/R-cran-BsMD/Makefile
blob: 76571150c555403e5d68af04624f66cd5ae26ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	BsMD
DISTVERSION=	2020.4.30
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Bayes Screening and Model Discrimination
WWW=		https://cran.r-project.org/package=BsMD

LICENSE=	GPLv2+

USES=	cran:auto-plist cran:compiles

#Bogus stage-qa as this is $ARCH dependent
NO_ARCH_IGNORE=	BsMD.so

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/BsMD/libs/BsMD.so

.include <bsd.port.mk>