blob: a06972c86c389766abcc11d5cd4a875134065700 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= pracma
PORTVERSION= 2.4.4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Practical Numerical Math Functions
WWW= https://cran.r-project.org/package=pracma
LICENSE= GPLv3+
USES= cran
.include <bsd.port.mk>
|