Files
ports/math/libcerf/Makefile
T
2026-05-18 20:18:41 -07:00

26 lines
646 B
Makefile

PORTNAME= libcerf
DISTVERSION= 3.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= *
# tests as of 3.3: 100% tests passed, 0 tests failed out of 18
.include <bsd.port.mk>