View | Details | Raw Unified | Return to bug 220064 | Differences between
and this patch

Collapse All | Expand All

(-)math/R-cran-BsMD/Makefile (+22 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	BsMD
5
DISTVERSION=	2013.0718-1
6
CATEGORIES=	math
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
9
MAINTAINER=	pfg@FreeBSD.org
10
COMMENT=	Bayes Screening and Model Discrimination
11
12
LICENSE=	GPLv2+
13
14
USES=	cran:auto-plist cran:compiles
15
16
#Bogus stage-qa as this is $ARCH dependent
17
NO_ARCH_IGNORE= BsMD.so
18
19
post-install:
20
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/BsMD/libs/BsMD.so
21
22
.include <bsd.port.mk>
(-)math/R-cran-BsMD/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1531175128
2
SHA256 (BsMD_2013.0718-1.tar.gz) = 6107b4a1c5359c6d926dbdbe9195998d3b567537ff8b3a26948f85fb0b6d811b
3
SIZE (BsMD_2013.0718-1.tar.gz) = 402653
(-)math/R-cran-BsMD/pkg-descr (+5 lines)
Line 0 Link Here
1
BsMD: Bayes Screening and Model Discrimination.
2
3
Bayes screening and model discrimination follow-up designs.
4
5
WWW: https://cran.r-project.org/package=BsMD

Return to bug 220064