freebsd-ports/security/p5-Auth-YubikeyDecrypter/Makefile
Andrej Zverev 9ec58fca21 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 09:42:48 +00:00

21 lines
491 B
Makefile

# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>