head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2011.06.20.09.03.17;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2011.05.14.21.27.28;	author beech;	state Exp;
branches;
next	1.3;

1.3
date	2011.04.29.13.46.31;	author skreuzer;	state Exp;
branches;
next	1.2;

1.2
date	2011.04.28.20.26.29;	author tabthorpe;	state Exp;
branches;
next	1.1;

1.1
date	2010.08.30.23.24.57;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Auth-YubikeyDecrypter
# Date created:				Jul  2, 2010
# Whom:					Kurt Jaeger <fbsd-ports@@opsec.eu>
#
# $FreeBSD: head/security/p5-Auth-YubikeyDecrypter/Makefile 300897 2012-07-14 14:29:18Z beat $

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

MAINTAINER=	fbsd-ports@@opsec.eu
COMMENT=	Decrypting the output from the yubikey token

RUN_DEPENDS=	p5-Crypt-Rijndael>=1:${PORTSDIR}/security/p5-Crypt-Rijndael

LICENSE=	GPLv2
PERL_CONFIGURE=		yes

MAN3=		Auth::Yubikey_Decrypter.3

.include <bsd.port.mk>
@


1.5
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@-Restore maintainership to submitter

PR:		ports/157030
Submitted by:	Kurt Jaeger <fbsd-ports@@opsec.eu>
Approved by:	itetcu (mentor)(implicit)
@
text
@d11 1
a11 1
MASTER_SITE_SUBDIR=	../../authors/id/M/MA/MASSYN
@


1.3
log
@Fix broken PKGORIGIN

Reported by:	erwin@@
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@- Reset maintainer due to email bounces

Final-Recipient: rfc822; fbsd-ports@@opsec.eu
Original-Recipient: rfc822;fbsd-ports@@opsec.eu
Action: failed
Status: 5.0.0
Remote-MTA: dns; home.opsec.eu
Diagnostic-Code: smtp; 550 Unrouteable address

Submitted by:	erwin
With hat:	portmgr
@
text
@d9 1
a9 1
CATEGORIES=	perl5
@


1.1
log
@Decrypt the output from the yubikey token

The hardware can be found at

http://www.yubico.com/home/index/

The decryption module does only one thing - decrypt the AES encrypted
OTP from the Yubikey. To this, it requires the OTP, and the AES
key.

Please note - this module does not perform authentication - it is
a required component to decrypt the token first before authentication
can be performed.

WWW: http://search.cpan.org/~massyn/Auth-Yubikey_Decrypter-0.07/

PR:             ports/149802
Submitted by:   Kurt Jaeger <fbsd-ports@@opsec.eu>
@
text
@d15 1
a15 1
MAINTAINER=	fbsd-ports@@opsec.eu
@

