blob: 3546282f3102d97f0570d5034c6519026839fac6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= bstring
DISTVERSION= 1.0.3
CATEGORIES= devel
MASTER_SITES= https://github.com/msteinert/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= diizzy@FreeBSD.org
COMMENT= Improved string processing functionality for the C language
WWW= https://mike.steinert.ca/bstring/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= checkmk:devel/check
USES= meson pkgconfig tar:xz
USE_LDCONFIG= yes
TEST_TARGET= test
MESON_ARGS= -Denable-tests=true
.include <bsd.port.mk>
|