Add p5-Crypt-CipherSaber 0.50, perl module providing an OO interface to
CipherSaber encryption.
This commit is contained in:
parent
48d32e1fe6
commit
8895a309a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36700
6 changed files with 35 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
SUBDIR += p5-Authen-Ticket
|
||||
SUBDIR += p5-Crypt-Blowfish
|
||||
SUBDIR += p5-Crypt-CBC
|
||||
SUBDIR += p5-Crypt-CipherSaber
|
||||
SUBDIR += p5-Crypt-DES
|
||||
SUBDIR += p5-Crypt-IDEA
|
||||
SUBDIR += p5-Crypt-SSLeay
|
||||
|
|
23
security/p5-Crypt-CipherSaber/Makefile
Normal file
23
security/p5-Crypt-CipherSaber/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: CipherSaber
|
||||
# Date created: Wed Jan 3 16:03:49 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CipherSaber
|
||||
PORTVERSION= 0.50
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Crypt
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Crypt::CipherSaber.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-Crypt-CipherSaber/distinfo
Normal file
1
security/p5-Crypt-CipherSaber/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (CipherSaber-0.50.tar.gz) = ebc3fbd3e7385b5f7c24de8097091533
|
1
security/p5-Crypt-CipherSaber/pkg-comment
Normal file
1
security/p5-Crypt-CipherSaber/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module providing an OO interface to CipherSaber encryption
|
6
security/p5-Crypt-CipherSaber/pkg-descr
Normal file
6
security/p5-Crypt-CipherSaber/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Crypt::CipherSaber is a Perl module providing an object oriented interface to
|
||||
CipherSaber-1 and CipherSaber-2 encryption.
|
||||
|
||||
Author: chromatic <chromatic@wgz.org>
|
||||
|
||||
--will
|
3
security/p5-Crypt-CipherSaber/pkg-plist
Normal file
3
security/p5-Crypt-CipherSaber/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Crypt/CipherSaber.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CipherSaber/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CipherSaber
|
Loading…
Reference in a new issue