Import p5-Crypt-PWSafe3-1.21 as security/p5-Crypt-PWSafe3.
All tests pass. Crypt::PWSafe3 provides read and write access to password database files created by Password Safe V3 (and up).
This commit is contained in:
parent
33d5083b1f
commit
1d0a9db2af
3 changed files with 32 additions and 0 deletions
2
security/p5-Crypt-PWSafe3/DESCR
Normal file
2
security/p5-Crypt-PWSafe3/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Crypt::PWSafe3 provides read and write access to password database
|
||||
files created by Password Safe V3 (and up).
|
24
security/p5-Crypt-PWSafe3/Makefile
Normal file
24
security/p5-Crypt-PWSafe3/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $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"
|
6
security/p5-Crypt-PWSafe3/distinfo
Normal file
6
security/p5-Crypt-PWSafe3/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/12/11 13:15:19 wiz Exp $
|
||||
|
||||
SHA1 (Crypt-PWSafe3-1.21.tar.gz) = d3a5328f7f7df28dba648b6efc1d9f6b87f8f1e2
|
||||
RMD160 (Crypt-PWSafe3-1.21.tar.gz) = bd2ac7e86e0204910a0fcbbe9388fe320d483bff
|
||||
SHA512 (Crypt-PWSafe3-1.21.tar.gz) = e96889155256dbc5c5f2c1f072df3b080f22580401453ca27ae4dd35987ae8d2206738636dad4d32d28afea0ef1626115214cec2666261aaaf6b681b732d8705
|
||||
Size (Crypt-PWSafe3-1.21.tar.gz) = 24886 bytes
|
Loading…
Reference in a new issue