pkgsrc/security/pam-yubico/Makefile
pettai c292b33eca Version 2.14 (released 2013-09-27)
* Don't install internal header files.
* Don't print debug info when the "debug" parameter is not given.
* Use PBKDF2 to process expected reply for challenge-response mode.
* Fixup memory leaks and leaks of privilege.
* Let return values reflect whether the user wasn't found or other error.
2014-03-13 22:27:33 +00:00

22 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.9 2014/03/13 22:27:33 pettai Exp $
DISTNAME= pam_yubico-2.14
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= security
MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://opensource.yubico.com/yubico-pam/
COMMENT= Pluggable Authentication Module for Yubikey validation
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
.include "../../security/libyubikey/buildlink3.mk"
.include "../../security/ykclient/buildlink3.mk"
.include "../../security/ykpers/buildlink3.mk"
.include "../../mk/pam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"