diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-09-12 01:07:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-09-12 01:07:29 +0000 |
commit | fce9074107b569012d4ee29380afafced223badb (patch) | |
tree | 3821265372a3fe7ab6630bf125e6864884e355f2 | |
parent | Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting (diff) |
Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules.
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-Convert-PEM/Makefile | 29 | ||||
-rw-r--r-- | converters/p5-Convert-PEM/distinfo | 1 | ||||
-rw-r--r-- | converters/p5-Convert-PEM/pkg-comment | 1 | ||||
-rw-r--r-- | converters/p5-Convert-PEM/pkg-descr | 1 | ||||
-rw-r--r-- | converters/p5-Convert-PEM/pkg-plist | 6 |
6 files changed, 39 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index d3caa64e51a9..b4474a8507f4 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -28,6 +28,7 @@ SUBDIR += p5-Convert-ASN1 SUBDIR += p5-Convert-BER SUBDIR += p5-Convert-Morse + SUBDIR += p5-Convert-PEM SUBDIR += p5-Convert-Recode SUBDIR += p5-Convert-TNEF SUBDIR += p5-Convert-UU diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile new file mode 100644 index 000000000000..19f966c30a21 --- /dev/null +++ b/converters/p5-Convert-PEM/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Convert-PEM +# Date created: Tue Sep 11 10:33:05 PDT 2001 +# Whom: Michael Haro <mharo@FreeBSD.org> + +# +# $FreeBSD$ +# + +PORTNAME= Convert-PEM +PORTVERSION= 0.05 +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Convert +PKGNAMEPREFIX= p5- + +MAINTAINER= mharo@FreeBSD.org + +PERLBASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +BUILD_DEPENDS= ${PERLBASE}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \ + ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ + ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${PERLBASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + +PERL_CONFIGURE= YES + +MAN3= Convert::PEM.3 Convert::PEM::CBC.3 Crypt::DES_EDE3.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/converters/p5-Convert-PEM/distinfo b/converters/p5-Convert-PEM/distinfo new file mode 100644 index 000000000000..60afa77e1add --- /dev/null +++ b/converters/p5-Convert-PEM/distinfo @@ -0,0 +1 @@ +MD5 (Convert-PEM-0.05.tar.gz) = ef565d965c280be630346129f5e79189 diff --git a/converters/p5-Convert-PEM/pkg-comment b/converters/p5-Convert-PEM/pkg-comment new file mode 100644 index 000000000000..104510026610 --- /dev/null +++ b/converters/p5-Convert-PEM/pkg-comment @@ -0,0 +1 @@ +ASN.1 Encode/Decode library diff --git a/converters/p5-Convert-PEM/pkg-descr b/converters/p5-Convert-PEM/pkg-descr new file mode 100644 index 000000000000..d8d99515d6d3 --- /dev/null +++ b/converters/p5-Convert-PEM/pkg-descr @@ -0,0 +1 @@ +Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules. diff --git a/converters/p5-Convert-PEM/pkg-plist b/converters/p5-Convert-PEM/pkg-plist new file mode 100644 index 000000000000..2e950f8e7f78 --- /dev/null +++ b/converters/p5-Convert-PEM/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/Convert/PEM/CBC.pm +lib/perl5/site_perl/%%PERL_VER%%/Convert/PEM.pm +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 |