aboutsummaryrefslogtreecommitdiff
path: root/devel/uid_wrapper/Makefile
blob: dfea8fda86d5275e7f9169efd0883dd0ec293451 (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
PORTNAME=	uid_wrapper
PORTVERSION=	1.3.2
CATEGORIES=	devel
MASTER_SITES=	SAMBA/cwrap

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Testing tool to fake privilege separation
WWW=		https://cwrap.org/uid_wrapper.html \
		https://git.samba.org/?p=uid_wrapper.git

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/LICENSE

TEST_DEPENDS=	cmocka>=1.1.0:sysutils/cmocka

USES=		cmake:testing localbase

CMAKE_OFF=	PICKY_DEVELOPER \
		UNIT_TESTING
CMAKE_TESTING_ON=	UNIT_TESTING
USE_LDCONFIG=	yes

.include <bsd.port.mk>