1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/pam_wrapper/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
549 B
Makefile

PORTNAME= pam_wrapper
PORTVERSION= 1.0.6
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SAMBA/cwrap
MAINTAINER= timur@FreeBSD.org
COMMENT= Preloadable wrapper to test PAM applications and PAM Modules
LICENSE= GPLv3
EXTRA_PATCHES= ${PATCHDIR}/python-detection.patch:-p1
USES= cmake python
USE_LDCONFIG= yes
CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
OPTIONS_DEFINE= TEST
OPTIONS_DEFAULT= TEST
TEST_TEST_TARGET= test
TEST_CMAKE_BOOL= UNIT_TESTING
TEST_BUILD_DEPENDS= cmocka>=1.1.1:sysutils/cmocka
.include <bsd.port.mk>