freebsd-ports/devel/json-fortran/Makefile
Yuri Victorovich 7eb9de481b devel/json-fortran: update 8.3.0-8 → 8.4.0
Reported by:	portscout
2024-03-07 01:48:05 -08:00

23 lines
536 B
Makefile

PORTNAME= json-fortran
DISTVERSION= 8.4.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Modern Fortran JSON API
WWW= https://github.com/jacobwilliams/json-fortran/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= compilation fails: Cannot find an intrinsic module named 'ieee_arithmetic'
USES= cmake:testing fortran
USE_GITHUB= yes
GH_ACCOUNT= jacobwilliams
CMAKE_ON= USE_GNU_INSTALL_CONVENTION
# all tests fail, see https://github.com/jacobwilliams/json-fortran/issues/539
.include <bsd.port.mk>