summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/p5-Net-SSLeay/Makefile20
-rw-r--r--security/p5-Net-SSLeay/distinfo4
-rw-r--r--security/p5-Net-SSLeay/pkg/DESCR5
-rw-r--r--security/p5-Net-SSLeay/pkg/PLIST1
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 $