diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-01-01 23:54:27 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-01-01 23:54:27 +0000 |
commit | 1caf1201f7f8c3ee92740c0a92739ebb0a2414de (patch) | |
tree | 50c3e2f81b1a33dbef5d11cc39d71c605ad6fb56 /security | |
parent | b44e581aef1df1a837781a9537b01278d9aa0eae (diff) | |
download | ports-1caf1201f7f8c3ee92740c0a92739ebb0a2414de.tar.gz ports-1caf1201f7f8c3ee92740c0a92739ebb0a2414de.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_yubico/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/pam_yubico/Makefile b/security/pam_yubico/Makefile index 991a15701c8c..dc2d35cf0c42 100644 --- a/security/pam_yubico/Makefile +++ b/security/pam_yubico/Makefile @@ -2,16 +2,16 @@ PORTNAME= pam_yubico PORTVERSION= 2.14 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/ MAINTAINER= matt@mjslabs.com COMMENT= PAM module for authenticating with a Yubico YubiKey -LICENSE= BSD +LICENSE= BSD2CLAUSE LIB_DEPENDS= libykclient.so:${PORTSDIR}/security/ykclient \ - libykpers-1.so:${PORTSDIR}/security/ykpers \ libyubikey.so:${PORTSDIR}/security/libyubikey GNU_CONFIGURE= yes @@ -25,9 +25,10 @@ PORTDOCS= * OPTIONS_DEFINE= CR LDAP DOCS STATIC CR_DESC= Include Challenge/response support -OPTIONS_DEFAULT= CR LDAP +OPTIONS_DEFAULT= CR CR_CONFIGURE_WITH= cr +CR_LIB_DEPENDS= libykpers-1.so:${PORTSDIR}/security/ykpers CR_PLIST_FILES= bin/ykpamcfg \ man/man1/ykpamcfg.1.gz |