Add p5-AnyEvent-Connection, base class for TCP connectful clients.
PR: ports/179746
This commit is contained in:
parent
66d9d1f086
commit
1b59e643f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322174
5 changed files with 41 additions and 0 deletions
|
@ -1411,6 +1411,7 @@
|
|||
SUBDIR += p5-AnyEvent-DBI
|
||||
SUBDIR += p5-AnyEvent-DBI-Abstract
|
||||
SUBDIR += p5-AnyEvent-DBus
|
||||
SUBDIR += p5-AnyEvent-Connection
|
||||
SUBDIR += p5-AnyEvent-Filesys-Notify
|
||||
SUBDIR += p5-AnyEvent-Gearman
|
||||
SUBDIR += p5-AnyEvent-Graphite
|
||||
|
|
26
devel/p5-AnyEvent-Connection/Makefile
Normal file
26
devel/p5-AnyEvent-Connection/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Anes Mukhametov <anes@anes.su>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= AnyEvent-Connection
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= anes@anes.su
|
||||
COMMENT= Base class for TCP connectful clients
|
||||
|
||||
BUILD_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
p5-Object-Event>=1.21:${PORTSDIR}/devel/p5-Object-Event \
|
||||
p5-common-sense>=2:${PORTSDIR}/devel/p5-common-sense \
|
||||
p5-Test-NoWarnings>=1.03:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
||||
p5-Test-TCP>=0.14:${PORTSDIR}/devel/p5-Test-TCP \
|
||||
p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
|
||||
RUN_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
p5-Object-Event>=1.21:${PORTSDIR}/devel/p5-Object-Event \
|
||||
p5-common-sense>=2:${PORTSDIR}/devel/p5-common-sense
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= AnyEvent::Connection.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-AnyEvent-Connection/distinfo
Normal file
2
devel/p5-AnyEvent-Connection/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (AnyEvent-Connection-0.06.tar.gz) = b3ed2242669cc67e65de263a69e6a14e1105af8d28581fb9360ac50dfbf11d6e
|
||||
SIZE (AnyEvent-Connection-0.06.tar.gz) = 31851
|
3
devel/p5-AnyEvent-Connection/pkg-descr
Normal file
3
devel/p5-AnyEvent-Connection/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Base class for TCP connectful clients.
|
||||
|
||||
WWW: http://search.cpan.org/dist/AnyEvent-Connection/
|
9
devel/p5-AnyEvent-Connection/pkg-plist
Normal file
9
devel/p5-AnyEvent-Connection/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/AnyEvent/Connection/Util.pm
|
||||
%%SITE_PERL%%/AnyEvent/Connection/Raw.pm
|
||||
%%SITE_PERL%%/AnyEvent/Connection.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Connection/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Connection
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent
|
||||
@dirrmtry %%SITE_PERL%%/AnyEvent/Connection
|
||||
@dirrmtry %%SITE_PERL%%/AnyEvent
|
||||
@dirrmtry %%SITE_PERL%%
|
Loading…
Reference in a new issue