diff options
author | mcr <mcr@pkgsrc.org> | 2001-10-02 01:46:00 +0000 |
---|---|---|
committer | mcr <mcr@pkgsrc.org> | 2001-10-02 01:46:00 +0000 |
commit | ce3bac35aacf0403b63b9ae73b0f5b276518775b (patch) | |
tree | d2d7f8bdbd0611b7e824855ad8cbc926abd47ae9 /textproc/p5-Convert-PEM | |
parent | b54e085390dc441f2d80700d0bfbeeb0a8d7cd3f (diff) | |
download | pkgsrc-ce3bac35aacf0403b63b9ae73b0f5b276518775b.tar.gz |
pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP
Diffstat (limited to 'textproc/p5-Convert-PEM')
-rw-r--r-- | textproc/p5-Convert-PEM/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Convert-PEM/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Convert-PEM/pkg/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Convert-PEM/pkg/PLIST | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-Convert-PEM/Makefile b/textproc/p5-Convert-PEM/Makefile new file mode 100644 index 00000000000..0fe15ddb430 --- /dev/null +++ b/textproc/p5-Convert-PEM/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2001/10/02 01:46:18 mcr Exp $ +# + +DISTNAME= Convert-PEM-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= +COMMENT= perl5 module to read/write ASN.1-encoded PEM files + +DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1 +DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Crypt-DES-*:../../security/p5-Crypt-DES +DEPENDS+= p5-Crypt-DES_EDE3-*:../../security/p5-Crypt-DES_EDE3 + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/PEM/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Convert-PEM/distinfo b/textproc/p5-Convert-PEM/distinfo new file mode 100644 index 00000000000..5dbfa38c163 --- /dev/null +++ b/textproc/p5-Convert-PEM/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2001/10/02 01:46:18 mcr Exp $ + +SHA1 (Convert-PEM-0.06.tar.gz) = 0f23a6b7eb819cbe07031c89a86365531c2af633 +Size (Convert-PEM-0.06.tar.gz) = 9332 bytes diff --git a/textproc/p5-Convert-PEM/pkg/DESCR b/textproc/p5-Convert-PEM/pkg/DESCR new file mode 100644 index 00000000000..42054f33a52 --- /dev/null +++ b/textproc/p5-Convert-PEM/pkg/DESCR @@ -0,0 +1,3 @@ +Convert::PEM reads and writes PEM files containing ASN.1-encoded objects. +The files can optionally be encrypted using a symmetric cipher algorithm, +such as 3DES. diff --git a/textproc/p5-Convert-PEM/pkg/PLIST b/textproc/p5-Convert-PEM/pkg/PLIST new file mode 100644 index 00000000000..10d018c8882 --- /dev/null +++ b/textproc/p5-Convert-PEM/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/02 01:46:26 mcr Exp $ |