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:
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
|
@ -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
|
||||
|
|
22
net/p5-Net-HTTPS-Any/Makefile
Normal file
22
net/p5-Net-HTTPS-Any/Makefile
Normal 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>
|
2
net/p5-Net-HTTPS-Any/distinfo
Normal file
2
net/p5-Net-HTTPS-Any/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-HTTPS-Any-0.10.tar.gz) = b82be7407761807d5fd90cc13998c3d95550cd8974f776a8abbddafef4858d17
|
||||
SIZE (Net-HTTPS-Any-0.10.tar.gz) = 5457
|
5
net/p5-Net-HTTPS-Any/pkg-descr
Normal file
5
net/p5-Net-HTTPS-Any/pkg-descr
Normal 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/
|
7
net/p5-Net-HTTPS-Any/pkg-plist
Normal file
7
net/p5-Net-HTTPS-Any/pkg-plist
Normal 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
|
Loading…
Reference in a new issue