1d0a9db2af
All tests pass. Crypt::PWSafe3 provides read and write access to password database files created by Password Safe V3 (and up).
24 lines
892 B
Makefile
24 lines
892 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/12/11 13:15:19 wiz Exp $
|
|
|
|
DISTNAME= Crypt-PWSafe3-1.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
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"
|