aboutsummaryrefslogtreecommitdiff
path: root/security/pcsc-tools/Makefile
blob: d6b62b31101b1ed19fe7557def1d6d65dabadbbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: arved

PORTNAME=	pcsc-tools
PORTVERSION=	1.5.8
CATEGORIES=	security
MASTER_SITES=	http://ludovic.rousseau.free.fr/softwares/pcsc-tools/

MAINTAINER=	ports@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-Gtk3>=0:x11-toolkits/p5-Gtk3

USES=		gmake pkgconfig tar:bzip2

GNU_CONFIGURE=	yes

.include <bsd.port.mk>