1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/security/p5-Auth-YubikeyDecrypter/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

23 lines
490 B
Makefile

# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
PORTNAME= Auth-YubikeyDecrypter
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MASSYN
PKGNAMEPREFIX= p5-
DISTNAME= Auth-Yubikey_Decrypter-${PORTVERSION}
MAINTAINER= pi@FreeBSD.org
COMMENT= Decrypting the output from the yubikey token
RUN_DEPENDS= p5-Crypt-Rijndael>=1:security/p5-Crypt-Rijndael
LICENSE= GPLv2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>