diff options
author | mharo <mharo@FreeBSD.org> | 2001-09-19 06:43:53 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-09-19 06:43:53 +0800 |
commit | 7ef73dcc679285c85f84730dc950b9ffbbfff64b (patch) | |
tree | d377c77c6a2010b1c95e61eb8923efdda198c355 /converters/p5-Convert-PEM | |
parent | db45d39305b5a8f1a6ebc8071c91d9b9790582a9 (diff) | |
download | freebsd-ports-gnome-7ef73dcc679285c85f84730dc950b9ffbbfff64b.tar.gz freebsd-ports-gnome-7ef73dcc679285c85f84730dc950b9ffbbfff64b.tar.zst freebsd-ports-gnome-7ef73dcc679285c85f84730dc950b9ffbbfff64b.zip |
- fix build error on bento (emtpy directory left behind)
- better description and comment
Diffstat (limited to 'converters/p5-Convert-PEM')
-rw-r--r-- | converters/p5-Convert-PEM/pkg-comment | 2 | ||||
-rw-r--r-- | converters/p5-Convert-PEM/pkg-descr | 3 | ||||
-rw-r--r-- | converters/p5-Convert-PEM/pkg-plist | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/converters/p5-Convert-PEM/pkg-comment b/converters/p5-Convert-PEM/pkg-comment index 104510026610..7bb3d95df646 100644 --- a/converters/p5-Convert-PEM/pkg-comment +++ b/converters/p5-Convert-PEM/pkg-comment @@ -1 +1 @@ -ASN.1 Encode/Decode library +Read/write access to ASN.1-encoded PEM files with optional encryption diff --git a/converters/p5-Convert-PEM/pkg-descr b/converters/p5-Convert-PEM/pkg-descr index d8d99515d6d3..a033b3a2ed0e 100644 --- a/converters/p5-Convert-PEM/pkg-descr +++ b/converters/p5-Convert-PEM/pkg-descr @@ -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). diff --git a/converters/p5-Convert-PEM/pkg-plist b/converters/p5-Convert-PEM/pkg-plist index 2e950f8e7f78..138816e4af5d 100644 --- a/converters/p5-Convert-PEM/pkg-plist +++ b/converters/p5-Convert-PEM/pkg-plist @@ -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 |