diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-27 07:25:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-27 07:25:06 +0000 |
commit | 927f39db30f3a61bcd4433c9d9ef2bc0a18b3191 (patch) | |
tree | 7bb1f0da8bcce49352f1d04dbdbcb55090c400e4 /security | |
parent | 5b19a9c477f33851e7c57477784453982cb97146 (diff) | |
download | pkgsrc-927f39db30f3a61bcd4433c9d9ef2bc0a18b3191.tar.gz |
p5-Net-SSLeay - perl5 module for using OpenSSL
Net::SSLeay.pm is a perl module that allows you to call Secure Sockets
Layer (SSL) functions of the SSLeay library directly from your perl
scripts. It is useful if you want to program robots that access secure web
servers or if you want to build your own applications over SSL encrypted
tunnels.
Provided in pkg/14035 by Sen Nagata <sen@eccosys.com>.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 20 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/pkg/DESCR | 5 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/pkg/PLIST | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile new file mode 100644 index 00000000000..d7697ba6559 --- /dev/null +++ b/security/p5-Net-SSLeay/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/27 07:25:06 jlam Exp $ + +DISTNAME= Net_SSLeay.pm-1.08 +PKGNAME= p5-Net-SSLeay-1.08 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.bacus.pt/Net_SSLeay/index.html +COMMENT= perl5 module for using OpenSSL + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist +MAKE_PARAMS= ${SSLBASE} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} + +.include "../../security/openssl/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo new file mode 100644 index 00000000000..36eaa4bdf7e --- /dev/null +++ b/security/p5-Net-SSLeay/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/27 07:25:06 jlam Exp $ + +SHA1 (Net_SSLeay.pm-1.08.tar.gz) = f71714fb19d7a076b7343e689bb3d1841d3c2b20 +Size (Net_SSLeay.pm-1.08.tar.gz) = 51385 bytes diff --git a/security/p5-Net-SSLeay/pkg/DESCR b/security/p5-Net-SSLeay/pkg/DESCR new file mode 100644 index 00000000000..4f628737fca --- /dev/null +++ b/security/p5-Net-SSLeay/pkg/DESCR @@ -0,0 +1,5 @@ +Net::SSLeay.pm is a perl module that allows you to call Secure Sockets +Layer (SSL) functions of the SSLeay library directly from your perl +scripts. It is useful if you want to program robots that access secure web +servers or if you want to build your own applications over SSL encrypted +tunnels. diff --git a/security/p5-Net-SSLeay/pkg/PLIST b/security/p5-Net-SSLeay/pkg/PLIST new file mode 100644 index 00000000000..a9b0decfcc6 --- /dev/null +++ b/security/p5-Net-SSLeay/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/27 07:25:06 jlam Exp $ |