blob: ee111b133caef87405053315276aae83bac6ea81 (
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
|
PORTNAME= test-drive
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simple testing framework
WWW= https://github.com/fortran-lang/test-drive
LICENSE= APACHE20 MIT
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-Apache
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
BROKEN_aarch64= fails to compile: Cannot find an intrinsic module named 'ieee_arithmetic' at (1)
USES= cmake:testing fortran
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= fortran-lang
CMAKE_ON= BUILD_SHARED_LIBS
.include <bsd.port.mk>
|