blob: ed7f110909bcc1efffca9ae1e6842df6353bcf81 (
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
27
28
|
PORTNAME= gsl-lite
DISTVERSIONPREFIX= v
DISTVERSION= 0.43.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Implementation of the C++ Core Guidelines Support Library
WWW= https://github.com/gsl-lite/gsl-lite
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing
USE_GITHUB= yes
CMAKE_TESTING_ON= GSL_LITE_OPT_BUILD_TESTS
PLIST_FILES= include/gsl-lite/gsl-lite.hpp \
include/gsl/gsl-lite.hpp \
lib/cmake/gsl-lite/gsl-lite-config-version.cmake \
lib/cmake/gsl-lite/gsl-lite-config.cmake \
lib/cmake/gsl-lite/gsl-lite-targets.cmake
NO_ARCH= yes
# tests as of 0.43.0: 100% tests passed, 0 tests failed out of 12
.include <bsd.port.mk>
|