Add net/p5-Net-HTTPS-Any 0.10, a simple HTTPS Perl class using whichever

underlying SSL module is available.
This commit is contained in:
Anton Berezin 2013-02-03 11:22:54 +00:00
parent ed12e0e003
commit 70cf217882
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311455
5 changed files with 37 additions and 0 deletions

View file

@ -594,6 +594,7 @@
SUBDIR += p5-Net-GrowlClient
SUBDIR += p5-Net-HL7
SUBDIR += p5-Net-HTTP
SUBDIR += p5-Net-HTTPS-Any
SUBDIR += p5-Net-HTTPS-NB
SUBDIR += p5-Net-Hiveminder
SUBDIR += p5-Net-INET6Glue

View file

@ -0,0 +1,22 @@
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-HTTPS-Any
PORTVERSION= 0.10
CATEGORIES= net perl5 www
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Simple HTTPS class using whichever underlying SSL module is available
BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-Net-SSLeay>=1.30:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::HTTPS::Any.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Net-HTTPS-Any-0.10.tar.gz) = b82be7407761807d5fd90cc13998c3d95550cd8974f776a8abbddafef4858d17
SIZE (Net-HTTPS-Any-0.10.tar.gz) = 5457

View file

@ -0,0 +1,5 @@
This is a simple wrapper around either of the two available SSL
modules. It offers a unified API for sending GET and POST requests over HTTPS
and receiving responses.
WWW: http://search.cpan.org/dist/Net-HTTPS-Any/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/Net/HTTPS/Any.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/HTTPS/Any/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/HTTPS/Any
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/HTTPS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net/HTTPS
@dirrmtry %%SITE_PERL%%/Net