Update security/strongswan to version 5.2.0_1
[dports.git] / security / p5-Auth-YubikeyDecrypter / Makefile
1 # Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
2 # $FreeBSD$
3
4 PORTNAME=       Auth-YubikeyDecrypter
5 PORTVERSION=    0.07
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:MASSYN
9 PKGNAMEPREFIX=  p5-
10 DISTNAME=       Auth-Yubikey_Decrypter-${PORTVERSION}
11
12 MAINTAINER=     pi@FreeBSD.org
13 COMMENT=        Decrypting the output from the yubikey token
14
15 RUN_DEPENDS=    p5-Crypt-Rijndael>=1:${PORTSDIR}/security/p5-Crypt-Rijndael
16
17 LICENSE=        GPLv2
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>