diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-14 14:58:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-14 14:58:35 +0000 |
commit | c22e7f25dccf1ef454e4859824264ec51b3cd328 (patch) | |
tree | 3f724251814299693fd888cea598c089b636bf9f /security/p5-Crypt-DH | |
parent | 13cf6fb6d1e3c9c0f6e3ededd1c2909b6c7ea811 (diff) | |
download | ports-c22e7f25dccf1ef454e4859824264ec51b3cd328.tar.gz ports-c22e7f25dccf1ef454e4859824264ec51b3cd328.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-DH')
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 26 | ||||
-rw-r--r-- | security/p5-Crypt-DH/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-DH/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-DH/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Crypt-DH/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile new file mode 100644 index 000000000000..108f4d7f06e7 --- /dev/null +++ b/security/p5-Crypt-DH/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Crypt-DH +# Date created: 2002/03/14 +# Whom: jesper +# +# $FreeBSD$ +# + +PORTNAME= Crypt-DH +PORTVERSION= 0.03 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= jesper@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Crypt::DH.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-DH/distinfo b/security/p5-Crypt-DH/distinfo new file mode 100644 index 000000000000..f3779bfeb31c --- /dev/null +++ b/security/p5-Crypt-DH/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-DH-0.03.tar.gz) = e0af4baf9d5c9089ca8f1ad316701a82 diff --git a/security/p5-Crypt-DH/pkg-comment b/security/p5-Crypt-DH/pkg-comment new file mode 100644 index 000000000000..8c493b85f709 --- /dev/null +++ b/security/p5-Crypt-DH/pkg-comment @@ -0,0 +1 @@ +Perl5 interface to a Diffie-Hellman key exchange system diff --git a/security/p5-Crypt-DH/pkg-descr b/security/p5-Crypt-DH/pkg-descr new file mode 100644 index 000000000000..c76c89f483a4 --- /dev/null +++ b/security/p5-Crypt-DH/pkg-descr @@ -0,0 +1,6 @@ +Crypt::DH is a Perl implementation of the Diffie-Hellman key +exchange system. Diffie-Hellman is an algorithm by which two +parties can agree on a shared secret key, known only to them. +The secret is negotiated over an insecure network without the +two parties ever passing the actual shared secret, or their +private keys, between them. diff --git a/security/p5-Crypt-DH/pkg-plist b/security/p5-Crypt-DH/pkg-plist new file mode 100644 index 000000000000..dd2727e9a53c --- /dev/null +++ b/security/p5-Crypt-DH/pkg-plist @@ -0,0 +1 @@ +lib/perl5/site_perl/%%PERL_VER%%/Crypt/DH.pm |