aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-09-18 22:43:53 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-09-18 22:43:53 +0000
commit2804fa23c6974c6fc6191990abda6eff482f1c48 (patch)
tree11eb01d2a849b61d9e7a2ad4f2ea736570ba9066 /converters
parent0dbe4fa8d43eb6bafdd1bf0d46a2be87d80079a0 (diff)
downloadports-2804fa23c6974c6fc6191990abda6eff482f1c48.tar.gz
ports-2804fa23c6974c6fc6191990abda6eff482f1c48.zip
- fix build error on bento (emtpy directory left behind)
- better description and comment
Notes
Notes: svn path=/head/; revision=47967
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Convert-PEM/pkg-comment2
-rw-r--r--converters/p5-Convert-PEM/pkg-descr3
-rw-r--r--converters/p5-Convert-PEM/pkg-plist1
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