2010-08-31 01:24:57 +02:00
|
|
|
# New ports collection makefile for: p5-Auth-YubikeyDecrypter
|
|
|
|
# Date created: Jul 2, 2010
|
|
|
|
# Whom: Kurt Jaeger <fbsd-ports@opsec.eu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Auth-YubikeyDecrypter
|
|
|
|
PORTVERSION= 0.07
|
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}
|
|
|
|
|
2011-05-14 23:27:28 +02:00
|
|
|
MAINTAINER= fbsd-ports@opsec.eu
|
2010-08-31 01:24:57 +02:00
|
|
|
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>
|