- fix build error on bento (emtpy directory left behind)
- better description and comment
This commit is contained in:
parent
0dbe4fa8d4
commit
2804fa23c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47967
3 changed files with 4 additions and 2 deletions
|
@ -1 +1 @@
|
|||
ASN.1 Encode/Decode library
|
||||
Read/write access to ASN.1-encoded PEM files with optional encryption
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules.
|
||||
This is Convert::PEM, a module implementing read/write access
|
||||
to ASN.1-encoded PEM files (with optional encryption).
|
||||
|
|
|
@ -4,3 +4,4 @@ lib/perl5/site_perl/%%PERL_VER%%/Crypt/DES_EDE3.pm
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/PEM/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Convert/PEM
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/PEM
|
||||
@unexec rmdir %D/lib/perl5/site_perl/5.005/Crypt || true
|
||||
|
|
Loading…
Reference in a new issue