aboutsummaryrefslogtreecommitdiffstats
path: root/math/lmfit/Makefile
blob: efd8b1b0dff464c4dfd942721115876f7be24b87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	lmfit
DISTVERSION=	9.0
CATEGORIES=	math
MASTER_SITES=	https://jugit.fz-juelich.de/mlz/${PORTNAME}/-/archive/v${DISTVERSION}/
DISTNAME=	${PORTNAME}-v${DISTVERSION}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Library for Levenberg-Marquardt minimization and least-squares fitting
WWW=		https://jugit.fz-juelich.de/mlz/lmfit

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	libheinz>0:devel/libheinz

USES=		cmake:testing perl5
USE_PERL5=	build # only for pod2html
USE_LDCONFIG=	yes

CMAKE_OFF=	BUILD_TESTING
CMAKE_TESTING_ON=	BUILD_TESTING

OPTIONS_DEFINE=	DOCS
PORTDOCS=	*

.include <bsd.port.mk>