SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-AnyEvent-HTTP/Makefile
Normal file
16
devel/p5-AnyEvent-HTTP/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT= simple but non-blocking HTTP/HTTPS client
|
||||
|
||||
DISTNAME = AnyEvent-HTTP-2.25
|
||||
CATEGORIES= databases devel
|
||||
REVISION = 0
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= devel/p5-AnyEvent \
|
||||
devel/p5-common-sense
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-AnyEvent-HTTP/distinfo
Normal file
2
devel/p5-AnyEvent-HTTP/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (AnyEvent-HTTP-2.25.tar.gz) = XPpTQWEkF29vTNMrAOqMp5otXfUSWGg5ic0E/obiUBM=
|
||||
SIZE (AnyEvent-HTTP-2.25.tar.gz) = 28514
|
5
devel/p5-AnyEvent-HTTP/pkg/DESCR
Normal file
5
devel/p5-AnyEvent-HTTP/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module implements a simple, stateless and non-blocking HTTP client.
|
||||
It supports GET, POST and other request methods, cookies and more, all
|
||||
on a very low level. It can follow redirects supports proxies and
|
||||
automatically limits the number of connections to the values specified
|
||||
in the RFC.
|
3
devel/p5-AnyEvent-HTTP/pkg/PLIST
Normal file
3
devel/p5-AnyEvent-HTTP/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/AnyEvent/
|
||||
${P5SITE}/AnyEvent/HTTP.pm
|
||||
@man man/man3p/AnyEvent::HTTP.3p
|
Loading…
Add table
Add a link
Reference in a new issue