aboutsummaryrefslogtreecommitdiff
path: root/math/libcerf/Makefile
blob: 27c493d89b60ad61bea8cb9ac19c08a29eea8bf5 (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
PORTNAME=	libcerf
DISTVERSION=	2.3
CATEGORIES=	math
MASTER_SITES=	https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${DISTVERSION}/
DISTNAME=	${PORTNAME}-v${DISTVERSION}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Library that provides an implementation of complex error functions
WWW=		https://jugit.fz-juelich.de/mlz/libcerf/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake:testing perl5
USE_PERL5=	build
USE_LDCONFIG=	yes

OPTIONS_DEFINE=	DOCS

DOCSDIR=	${PREFIX}/share/doc/cerf # docs are installed with the same option and man pages
PORTDOCS=	*

.include <bsd.port.mk>