mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Add p5-Crypt-Rijndael 0.01, perl module that implements the Rijndael
cipher.
This commit is contained in:
parent
c6b6c065ac
commit
cfe47e3876
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36702
@ -79,6 +79,7 @@
|
||||
SUBDIR += p5-Crypt-DES
|
||||
SUBDIR += p5-Crypt-ECB
|
||||
SUBDIR += p5-Crypt-IDEA
|
||||
SUBDIR += p5-Crypt-Rijndael
|
||||
SUBDIR += p5-Crypt-SSLeay
|
||||
SUBDIR += p5-Digest-MD5
|
||||
SUBDIR += p5-GnuPG-Interface
|
||||
|
23
security/p5-Crypt-Rijndael/Makefile
Normal file
23
security/p5-Crypt-Rijndael/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Crypt-Rijndael
|
||||
# Date created: Wed Jan 3 16:15:20 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Crypt-Rijndael
|
||||
PORTVERSION= 0.01
|
||||
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::Rijndael.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-Crypt-Rijndael/distinfo
Normal file
1
security/p5-Crypt-Rijndael/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Crypt-Rijndael-0.01.tar.gz) = 7e1638e42d0cbc7545bebca7b45d5d16
|
1
security/p5-Crypt-Rijndael/pkg-comment
Normal file
1
security/p5-Crypt-Rijndael/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module that implements the Rijndael cipher
|
7
security/p5-Crypt-Rijndael/pkg-descr
Normal file
7
security/p5-Crypt-Rijndael/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Crypt::Rijndael is a Crypt::CBC compliant Rijndael encryption module that
|
||||
implements the Rijndael cipher, which has just been selected as the new
|
||||
Advanced Encryption Standard (AES).
|
||||
|
||||
Author: Rafael R. Sevilla <dido@pacific.net.ph>
|
||||
|
||||
--will
|
5
security/p5-Crypt-Rijndael/pkg-plist
Normal file
5
security/p5-Crypt-Rijndael/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Rijndael.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael/Rijndael.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael/Rijndael.so
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael
|
Loading…
x
Reference in New Issue
Block a user