2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
|
2010-08-31 01:24:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Auth-YubikeyDecrypter
|
|
|
|
PORTVERSION= 0.07
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2011-04-29 15:46:31 +02:00
|
|
|
CATEGORIES= security perl5
|
2010-08-31 01:24:57 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:03:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:MASSYN
|
2010-08-31 01:24:57 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= Auth-Yubikey_Decrypter-${PORTVERSION}
|
|
|
|
|
2014-06-08 21:05:27 +02:00
|
|
|
MAINTAINER= pi@FreeBSD.org
|
2010-08-31 01:24:57 +02:00
|
|
|
COMMENT= Decrypting the output from the yubikey token
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= p5-Crypt-Rijndael>=1:security/p5-Crypt-Rijndael
|
2010-08-31 01:24:57 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-08-31 01:24:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|