pkgsrc/security/pam-yubico/Makefile
pettai db299eba3a Version 2.17 (released 2014-08-26)
* Fix a bug with the 'urllist' parameter where urls would be forgotten.
* Manpages converted to asciidoc.

Version 2.16 (released 2014-06-10)

* Fix a crashbug with the new parameter 'urllist'

Version 2.15 (released 2014-04-30)

* Added new parameter 'urllist'
* Added pam_yubico(8) man page.
* Fix memory leak.
* Bump yubico-c-client version requirement to 2.12.
2014-11-10 21:55:31 +00:00

22 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.10 2014/11/10 21:55:31 pettai Exp $
DISTNAME= pam_yubico-2.17
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"