pkgsrc/security/p5-Crypt-PWSafe3/Makefile
2018-08-22 09:43:40 +00:00

25 lines
907 B
Makefile

# $NetBSD: Makefile,v 1.5 2018/08/22 09:46:23 wiz Exp $
DISTNAME= Crypt-PWSafe3-1.22
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-PWSafe3/
COMMENT= Perl module interface to Passwordsafe v3 files
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
DEPENDS+= p5-Crypt-ECB-[0-9]*:../../security/p5-Crypt-ECB
DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
DEPENDS+= p5-Crypt-Twofish-[0-9]*:../../security/p5-Crypt-Twofish
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
DEPENDS+= p5-Data-UUID-[0-9]*:../../devel/p5-Data-UUID
PERL5_PACKLIST= auto/Crypt/PWSafe3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"