aboutsummaryrefslogtreecommitdiff
path: root/security/pcsc-tools/Makefile
blob: b75913d378dd6f2e7956b94a9ad5d615108a6ae9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	pcsc-tools
PORTVERSION=	1.6.0
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
WWW=		http://ludovic.rousseau.free.fr/softwares/pcsc-tools/

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>