pkgsrc/security/ykclient/Makefile
pettai 14a7ee2b4f Version 2.13 (released 2014-09-12)
* libykclient: Skip responses where the curl status isn't CURLE_OK.
* libykclient: Add forgotten prototype for ykclient_set_ca_info.
2014-11-10 22:25:40 +00:00

22 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.13 2014/11/10 22:25:40 pettai Exp $
DISTNAME= ykclient-2.13
CATEGORIES= security
MASTER_SITES= http://yubico.github.io/yubico-c-client/releases/
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://yubico.github.io/yubico-c-client/
COMMENT= Libraries for online validation of Yubikey OTPs
LICENSE= modified-bsd
BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"