From 9c5bb2e3ce15e3657a47538e514f31a42b8c43fe Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Sat, 16 Dec 2000 01:50:49 +0000 Subject: p5-Crypt-SSLeay is needed by LWP if you want to do https (SSL) requests. Reviewed by: ade --- security/p5-Crypt-SSLeay/Makefile | 30 ++++++++++++++++++++++++++++++ security/p5-Crypt-SSLeay/distinfo | 1 + security/p5-Crypt-SSLeay/pkg-comment | 1 + security/p5-Crypt-SSLeay/pkg-descr | 18 ++++++++++++++++++ security/p5-Crypt-SSLeay/pkg-plist | 12 ++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 security/p5-Crypt-SSLeay/Makefile create mode 100644 security/p5-Crypt-SSLeay/distinfo create mode 100644 security/p5-Crypt-SSLeay/pkg-comment create mode 100644 security/p5-Crypt-SSLeay/pkg-descr create mode 100644 security/p5-Crypt-SSLeay/pkg-plist (limited to 'security/p5-Crypt-SSLeay') diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile new file mode 100644 index 000000000000..9055e181b20a --- /dev/null +++ b/security/p5-Crypt-SSLeay/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Crypt-SSLeay +# Date created: December-15-2000 +# Whom: Alfred Perlstein +# +# $FreeBSD$ +# + +PORTNAME= Crypt-SSLeay +PORTVERSION= 0.18 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +RESTRICTED= "Crypto; export-controlled" + +IS_INTERACTIVE= "asks about openssl" + +USE_PERL5= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Crypt::SSLeay.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + CC="${CC}" CCFLAGS="${CFLAGS}" + +.include diff --git a/security/p5-Crypt-SSLeay/distinfo b/security/p5-Crypt-SSLeay/distinfo new file mode 100644 index 000000000000..8a15ec3e9abf --- /dev/null +++ b/security/p5-Crypt-SSLeay/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-SSLeay-0.18.tar.gz) = 9f7023cb9aef3c25e46da3254ab4d515 diff --git a/security/p5-Crypt-SSLeay/pkg-comment b/security/p5-Crypt-SSLeay/pkg-comment new file mode 100644 index 000000000000..c6778b8ae31b --- /dev/null +++ b/security/p5-Crypt-SSLeay/pkg-comment @@ -0,0 +1 @@ +Perl5 interface to allow p5-libwww LWP to make https connections diff --git a/security/p5-Crypt-SSLeay/pkg-descr b/security/p5-Crypt-SSLeay/pkg-descr new file mode 100644 index 000000000000..733d31c3f814 --- /dev/null +++ b/security/p5-Crypt-SSLeay/pkg-descr @@ -0,0 +1,18 @@ + This perl module provides support for the https protocol + under LWP, so that a LWP::UserAgent can make https GET & + HEAD & POST requests. Please see perldoc LWP for more + information on POST requests. + + The Crypt::SSLeay package contains Net::SSL, which is + automatically loaded by LWP::Protocol::https on https + requests, and provides the necessary SSL glue for that + module to work via these deprecated modules: + + Crypt::SSLeay::CTX + Crypt::SSLeay::Conn + Crypt::SSLeay::X509 + + Work on Crypt::SSLeay has been continued only to provide + https support for the LWP - libwww perl libraries. If you + want access to the OpenSSL API via perl, check out Sampo's + Net::SSLeay. diff --git a/security/p5-Crypt-SSLeay/pkg-plist b/security/p5-Crypt-SSLeay/pkg-plist new file mode 100644 index 000000000000..f8e076d62b52 --- /dev/null +++ b/security/p5-Crypt-SSLeay/pkg-plist @@ -0,0 +1,12 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/Conn.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/X509.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/CTX.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/Err.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/MainContext.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/SSL.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/.packlist +lib/perl5/%%PERL_VER%%/man/man3/Crypt::SSLeay.3 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay -- cgit v1.2.3