e80e131996
synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota
18 lines
336 B
Makefile
18 lines
336 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bdsmatrix
|
|
DISTVERSION= 1.3-1
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Routines for Block Diagonal Symmetric matrices
|
|
|
|
LICENSE= LGPL20
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|