diff --git a/security/p5-Net-SSLGlue/Makefile b/security/p5-Net-SSLGlue/Makefile new file mode 100644 index 00000000000..51c84a6cf64 --- /dev/null +++ b/security/p5-Net-SSLGlue/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2011/04/11 21:27:49 bluhm Exp $ + +COMMENT = add/extend SSL support for common perl modules + +DISTNAME = Net-SSLGlue-0.5 + +CATEGORIES = security net + +MAINTAINER = Alexander Bluhm + +# Perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_FTP = Yes + +MODULES = cpan +BUILD_DEPENDS = ${RUN_DEPENDS} +RUN_DEPENDS = security/p5-IO-Socket-SSL>=1.19 + +MODCPAN_EXAMPLES = Yes + +.include diff --git a/security/p5-Net-SSLGlue/distinfo b/security/p5-Net-SSLGlue/distinfo new file mode 100644 index 00000000000..75c8e7b11d3 --- /dev/null +++ b/security/p5-Net-SSLGlue/distinfo @@ -0,0 +1,5 @@ +MD5 (Net-SSLGlue-0.5.tar.gz) = qtOcHd8j6PplnWADbeKhzQ== +RMD160 (Net-SSLGlue-0.5.tar.gz) = mOZxxrZw2KrGo2MfSKJFcgmURTw= +SHA1 (Net-SSLGlue-0.5.tar.gz) = xHa8tlfVVRVvrW+YKxd2V1qk3MI= +SHA256 (Net-SSLGlue-0.5.tar.gz) = m6xcVdU7CdNs4B99uJWBcbUZOn92xZXQaLwq0NskKgs= +SIZE (Net-SSLGlue-0.5.tar.gz) = 7629 diff --git a/security/p5-Net-SSLGlue/pkg/DESCR b/security/p5-Net-SSLGlue/pkg/DESCR new file mode 100644 index 00000000000..e697f851545 --- /dev/null +++ b/security/p5-Net-SSLGlue/pkg/DESCR @@ -0,0 +1,2 @@ +This Module helps LWP, Net::SMTP and Net::LDAP to be either SSL +aware at all or to offer way for proper certificate checking. diff --git a/security/p5-Net-SSLGlue/pkg/PLIST b/security/p5-Net-SSLGlue/pkg/PLIST new file mode 100644 index 00000000000..03bdee65720 --- /dev/null +++ b/security/p5-Net-SSLGlue/pkg/PLIST @@ -0,0 +1,16 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2011/04/11 21:27:49 bluhm Exp $ +${P5SITE}/Net/ +${P5SITE}/Net/SSLGlue/ +${P5SITE}/Net/SSLGlue.pm +${P5SITE}/Net/SSLGlue/LDAP.pm +${P5SITE}/Net/SSLGlue/LWP.pm +${P5SITE}/Net/SSLGlue/SMTP.pm +@man man/man3p/Net::SSLGlue.3p +@man man/man3p/Net::SSLGlue::LDAP.3p +@man man/man3p/Net::SSLGlue::LWP.3p +@man man/man3p/Net::SSLGlue::SMTP.3p +share/examples/p5-Net-SSLGlue/ +share/examples/p5-Net-SSLGlue/lwp.pl +share/examples/p5-Net-SSLGlue/lwp_post.pl +share/examples/p5-Net-SSLGlue/send-ssl-mail.pl +share/examples/p5-Net-SSLGlue/send-starttls-mail.pl