blob: 8654a4f7331ba0d98cdc51887c4e3d83abe6a41e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= gsl
DISTVERSION= 2.1-8
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Wrapper for the Gnu Scientific Library
WWW= https://github.com/RobinHankin/gsl
LICENSE= GPLv3
LIB_DEPENDS= libgsl.so:math/gsl
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|