Initial import of p5-Crypt-Twofish, as provided by Sen Nagata.
This commit is contained in:
parent
9fb911e9f9
commit
d800332796
4 changed files with 27 additions and 0 deletions
18
security/p5-Crypt-Twofish/Makefile
Normal file
18
security/p5-Crypt-Twofish/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/09/20 00:45:58 mjl Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Crypt-Twofish-2.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
COMMENT= perl5 module for the Twofish symmetric key algorithm
|
||||
|
||||
USE_PERL5= # defined
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Twofish/.packlist
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
security/p5-Crypt-Twofish/distinfo
Normal file
4
security/p5-Crypt-Twofish/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2001/09/20 00:45:58 mjl Exp $
|
||||
|
||||
SHA1 (Crypt-Twofish-2.12.tar.gz) = 35f242dd4d21c4bf24ffa51ecbf0f92733d80c9b
|
||||
Size (Crypt-Twofish-2.12.tar.gz) = 13194 bytes
|
4
security/p5-Crypt-Twofish/pkg/DESCR
Normal file
4
security/p5-Crypt-Twofish/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module implements Twofish encryption. It supports the Crypt::CBC
|
||||
interface, with the functions described below. It also provides an interface
|
||||
that is call-compatible with Crypt::Twofish 1.0, but its use in new code is
|
||||
strongly discouraged.
|
1
security/p5-Crypt-Twofish/pkg/PLIST
Normal file
1
security/p5-Crypt-Twofish/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/20 00:45:58 mjl Exp $
|
Loading…
Reference in a new issue