aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Auth-YubikeyDecrypter/Makefile
blob: 0fde3b705fbbd8ea11da87cd7938a13f86acaea5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$

PORTNAME=	Auth-YubikeyDecrypter
PORTVERSION=	0.07
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MASSYN
PKGNAMEPREFIX=	p5-
DISTNAME=	Auth-Yubikey_Decrypter-${PORTVERSION}

MAINTAINER=	pi@FreeBSD.org
COMMENT=	Decrypting the output from the yubikey token

RUN_DEPENDS=	p5-Crypt-Rijndael>=1:security/p5-Crypt-Rijndael

LICENSE=	GPLv2
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>