mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
18 lines
361 B
Makefile
18 lines
361 B
Makefile
PORTNAME= BsMD
|
|
DISTVERSION= 2023.920
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Bayes Screening and Model Discrimination
|
|
WWW= https://cran.r-project.org/package=BsMD
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
#Bogus stage-qa as this is $ARCH dependent
|
|
NO_ARCH_IGNORE= BsMD.so
|
|
|
|
.include <bsd.port.mk>
|