A patch to activate the filter of pcscd can be found under https://reviews.freebsd.org/D10090 This will allow to use some programs that uses the first recognized card reader by filtering the other ones out.
Created attachment 181049 [details] Patch adds filter option, and bumps PORTREVISION
(In reply to Mahdi Mokhtari from comment #1) I did QA (portlint, poudriere) on it too :-) It's Okay IMO.
A commit references this bug: Author: mmokhi Date: Sun Mar 26 16:03:11 UTC 2017 New revision: 436972 URL: https://svnweb.freebsd.org/changeset/ports/436972 Log: devel/pcsc-lite: Add option for activating filters. This enables users to ignore/extend reader names returned by PC/SC. PR: 217999 Reported by: Roberto Fernandez Cueto <roberfern@gmail.com> Reviewed by: mat, mmokhi Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10090 Changes: head/devel/pcsc-lite/Makefile
Thanks :)