aboutsummaryrefslogtreecommitdiff
path: root/security/u2f-devd/Makefile
blob: 841cf6e8055954412254122973f0abf05d211b85 (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
25
26
# Created by: Greg V <greg@unrelenting.technology>

PORTNAME=	u2f-devd
PORTVERSION=	1.1.10
PORTREVISION=	6
CATEGORIES=	security
MASTER_SITES=	#
DISTFILES=	#

MAINTAINER=	ports@FreeBSD.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>