Skip to content
Permalink
Browse files

pcsc-tools: add perl variants and use default perl (currently 5.28)

  • Loading branch information
lbschenkel committed Apr 29, 2019
1 parent 97fd32d commit f8ba09c1726e8efae9d07d8e537226a43f8a0020
Showing with 5 additions and 2 deletions.
  1. +5 −2 sysutils/pcsc-tools/Portfile
@@ -5,6 +5,7 @@ PortGroup perl5 1.0

name pcsc-tools
version 1.5.4
revision 1
categories sysutils
platforms darwin
license GPL-2+
@@ -23,7 +24,9 @@ checksums rmd160 6c5fa0af144a06c76b87e3c229298ff375511f4a \
sha256 c39e6abba781895220c68df5e5d2f0f9547c7a676eebec3f1ddcff8794377c93 \
size 275358

perl5.branches 5.26
depends_lib port:p${perl5.major}-pcsc
perl5.branches 5.26 5.28
perl5.create_variants ${perl5.branches}
perl5.require_variant true
depends_lib port:p${perl5.major}-pcsc

variant universal {}

0 comments on commit f8ba09c

Please sign in to comment.
You can’t perform that action at this time.