mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
156ddbf5ac
Reported by: portscout Approved by: thierry (mentor, implicit)
23 lines
440 B
Makefile
23 lines
440 B
Makefile
# Created by: Pedro Giffuni
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= BsMD
|
|
DISTVERSION= 2020.4.30
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= pfg@FreeBSD.org
|
|
COMMENT= Bayes Screening and Model Discrimination
|
|
|
|
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>
|