summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Ctr/pkg-plist
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-18 21:59:47 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-18 21:59:47 +0000
commit429feed8fca4ac2199e7ddbed0637f19bd2bcee9 (patch)
tree25a25fe59449a0c1158207e2425fe735aac9b686 /security/p5-Crypt-Ctr/pkg-plist
parentCrypt::Caesar - Decrypt rot-N strings (diff)
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
Notes
Notes: svn path=/head/; revision=151519
Diffstat (limited to 'security/p5-Crypt-Ctr/pkg-plist')
-rw-r--r--security/p5-Crypt-Ctr/pkg-plist5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/p5-Crypt-Ctr/pkg-plist b/security/p5-Crypt-Ctr/pkg-plist
new file mode 100644
index 000000000000..8695dbd029e2
--- /dev/null
+++ b/security/p5-Crypt-Ctr/pkg-plist
@@ -0,0 +1,5 @@
+%%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