mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
22 lines
469 B
Makefile
22 lines
469 B
Makefile
# Created by: arved
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pcsc-tools
|
|
PORTVERSION= 1.5.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= Tools to test a PCSC driver, card, or reader
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite
|
|
RUN_DEPENDS= p5-PCSC-Card>=0:devel/p5-PCSC-Card \
|
|
p5-Gtk2>=0:x11-toolkits/p5-Gtk2
|
|
|
|
USES= gmake pkgconfig tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|