Initial import of p5-Net-SSLGlue 0.5
This Module helps LWP, Net::SMTP and Net::LDAP to be either SSL aware at all or to offer way for proper certificate checking. ok benoit@ tweaks Gleydson Soares
This commit is contained in:
parent
79a213615b
commit
6791926d16
23
security/p5-Net-SSLGlue/Makefile
Normal file
23
security/p5-Net-SSLGlue/Makefile
Normal file
@ -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 <bluhm@openbsd.org>
|
||||
|
||||
# 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 <bsd.port.mk>
|
5
security/p5-Net-SSLGlue/distinfo
Normal file
5
security/p5-Net-SSLGlue/distinfo
Normal file
@ -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
|
2
security/p5-Net-SSLGlue/pkg/DESCR
Normal file
2
security/p5-Net-SSLGlue/pkg/DESCR
Normal file
@ -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.
|
16
security/p5-Net-SSLGlue/pkg/PLIST
Normal file
16
security/p5-Net-SSLGlue/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user