summaryrefslogtreecommitdiff
path: root/math/R-cran-BsMD/Makefile
blob: d98ea9a8d679b236ebb09ea8bbfcb4b9425956e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Pedro Giffuni
# $FreeBSD$

PORTNAME=	BsMD
DISTVERSION=	2013.0718-1
PORTREVISION=	1
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>