summaryrefslogtreecommitdiff
path: root/devel/pam_wrapper/Makefile
blob: 7f3876739ba40b52090ec37d93539ba044af18f2 (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=	pam_wrapper
PORTVERSION=	1.0.6
PORTREVISION=	3
CATEGORIES=	devel
MASTER_SITES=	SAMBA/cwrap

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Tool to test PAM applications and PAM modules
WWW=		https://cwrap.org/nss_wrapper.html \
		https://git.samba.org/?p=pam_wrapper.git

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

TEST_DEPENDS=	cmocka>=1.1.1:sysutils/cmocka

USES=		cmake:testing pathfix python

CMAKE_OFF=	UNIT_TESTING
CMAKE_TESTING_ON=	UNIT_TESTING
USE_LDCONFIG=	yes

.include <bsd.port.mk>