mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add p5-Crypt-ECB 1.1, perl module implementing the ECB encryption
algorithm.
This commit is contained in:
parent
8895a309a2
commit
c6b6c065ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36701
@ -77,6 +77,7 @@
|
||||
SUBDIR += p5-Crypt-CBC
|
||||
SUBDIR += p5-Crypt-CipherSaber
|
||||
SUBDIR += p5-Crypt-DES
|
||||
SUBDIR += p5-Crypt-ECB
|
||||
SUBDIR += p5-Crypt-IDEA
|
||||
SUBDIR += p5-Crypt-SSLeay
|
||||
SUBDIR += p5-Digest-MD5
|
||||
|
23
security/p5-Crypt-ECB/Makefile
Normal file
23
security/p5-Crypt-ECB/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Crypt-ECB
|
||||
# Date created: Wed Jan 3 16:09:46 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Crypt-ECB
|
||||
PORTVERSION= 1.1
|
||||
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::ECB.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-Crypt-ECB/distinfo
Normal file
1
security/p5-Crypt-ECB/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Crypt-ECB-1.1.tar.gz) = 22b7093a8dc71e5b73d53c978e90ecc6
|
1
security/p5-Crypt-ECB/pkg-comment
Normal file
1
security/p5-Crypt-ECB/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module implementing the ECB encryption algorithm
|
3
security/p5-Crypt-ECB/pkg-descr
Normal file
3
security/p5-Crypt-ECB/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Crypt::ECB is a perl module implementing the ECB encryption algorithm.
|
||||
|
||||
--will
|
3
security/p5-Crypt-ECB/pkg-plist
Normal file
3
security/p5-Crypt-ECB/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Crypt/ECB.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/ECB/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/ECB
|
Loading…
Reference in New Issue
Block a user