freebsd-ports/security/p5-Crypt-Ctr/pkg-plist
Erwin Lansing 429feed8fc Generic Counter Mode implementation in pure Perl. The Counter Mode module
constructs a stream cipher from a block cipher or cryptographic hash funtion
and returns it as an object. Any block cipher in the Crypt:: class can be
used, as long as it supports the blocksize and keysize methods. Any hash
function in the Digest:: class can be used, as long as it supports
the add method.

WWW: http://search.cpan.org/dist/Crypt-Ctr

PR:		ports/90613
Submitted by:	Gabor Kovesdan
2005-12-18 21:59:47 +00:00

5 lines
264 B
Text

%%SITE_PERL%%/Crypt/Ctr.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Ctr/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Ctr/
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true