aboutsummaryrefslogtreecommitdiff
path: root/security/u2f-devd/Makefile
blob: 8619cb6bb31061c0ad12430c16c28d72a79763ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	u2f-devd
PORTVERSION=	1.1.10
PORTREVISION=	7
CATEGORIES=	security
MASTER_SITES=	#
DISTFILES=	#

MAINTAINER=	monwarez@mailoo.org
COMMENT=	Devd hotplug rules for Universal 2nd Factor (U2F) tokens

LICENSE=	BSD2CLAUSE

NO_ARCH=	yes
NO_BUILD=	yes
SUB_FILES=	pkg-message

GROUPS=		u2f

PLIST_FILES=	etc/devd/u2f.conf

do-install:
	${INSTALL_DATA} ${FILESDIR}/u2f.conf ${STAGEDIR}${PREFIX}/etc/devd

.include <bsd.port.mk>