mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix breakage on sparc64
- Update to 0.7 PR: 54965 Submitted by: maintainer Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
4dd4b89f44
commit
a0e8a62c88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85722
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pcsc-lite
|
||||
PORTVERSION= 0.6
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://soth.at/PCSC-ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -19,6 +19,9 @@ COMMENT= Ruby extension for the UNIX PC/SC Lite API (MUSCLE)
|
||||
LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite
|
||||
|
||||
USE_RUBY= yes
|
||||
RUBY_VER= 1.8
|
||||
RUBY_WITH_PTHREAD= yes
|
||||
CONFIGURE_ARGS+= --with-pcsclite-dir="${PREFIX}"
|
||||
USE_RUBY_EXTCONF= yes
|
||||
RUBY_SETUP= install.rb
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/PCSC-ruby-0.6.tar.gz) = 0dd35db7c40114518633d3e1b50ce4d4
|
||||
MD5 (ruby/PCSC-ruby-0.7.tar.gz) = e66a188990b5125569542da8ce2a2d1a
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%RUBY_ARCHLIBDIR%%/PCSC.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/PCSC.so
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.txt
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pcsclient.rb
|
||||
|
Loading…
Reference in New Issue
Block a user