aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-SparseM/Makefile
blob: 0e775a199b7bf190240b7bdf4bca4cd4be90e9c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	SparseM
PORTVERSION=	1.77
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Sparse Linear Algebra

LICENSE=	GPLv2+

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>