PC/SC-Lite has been installed.
You can fetch drivers from http://www.linuxnet.com/sourcedrivers.html
or install one of the following ports:
devel/libccid
security/ifd-gempc410
security/ifd-slb_rf60

After installing the driver, please update the pcscd configuration file
/magus/work/usr/mports/devel/pcsc-lite/work/fake-inst-amd64/usr/local/etc/reader.conf by using the default
/magus/work/usr/mports/devel/pcsc-lite/work/fake-inst-amd64/usr/local/etc/reader.conf.sample

For USB cardreaders add the following lines to /etc/devd.conf to enable
hotplugging.

attach 100 {
        device-name "ugen[0-9]+";
        action "/usr/local/sbin/pcscd -H";
};

detach 100 {
        device-name "ugen[0-9]+";
        action "/usr/local/sbin/pcscd -H";
};
------------------------------------------------------------------------
