diff options
author | mspo <mspo@pkgsrc.org> | 2014-05-18 03:35:00 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2014-05-18 03:35:00 +0000 |
commit | cabc24ed2ee5dafbc03f6580eee50091ddfd63aa (patch) | |
tree | 4c622b7a6945f20892fc0d77f76c1ae2925a66ee /net | |
parent | cda85c844ada10821ad782dd391b53ae3d2323d2 (diff) | |
download | pkgsrc-cabc24ed2ee5dafbc03f6580eee50091ddfd63aa.tar.gz |
add p5-Net-RabbitFoot
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-RabbitFoot/DESCR | 1 | ||||
-rw-r--r-- | net/p5-Net-RabbitFoot/Makefile | 28 | ||||
-rw-r--r-- | net/p5-Net-RabbitFoot/distinfo | 5 |
4 files changed, 36 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 3d740b6b999..4aadb28cf1b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1014 2014/05/18 00:13:26 mspo Exp $ +# $NetBSD: Makefile,v 1.1015 2014/05/18 03:35:00 mspo Exp $ # COMMENT= Networking tools @@ -444,6 +444,7 @@ SUBDIR+= p5-Net-OAuth SUBDIR+= p5-Net-OpenID-Consumer SUBDIR+= p5-Net-Packet SUBDIR+= p5-Net-Pcap +SUBDIR+= p5-Net-RabbitFoot SUBDIR+= p5-Net-RawIP SUBDIR+= p5-Net-SMTP-TLS SUBDIR+= p5-Net-SNMP diff --git a/net/p5-Net-RabbitFoot/DESCR b/net/p5-Net-RabbitFoot/DESCR new file mode 100644 index 00000000000..e5f2b9b91d1 --- /dev/null +++ b/net/p5-Net-RabbitFoot/DESCR @@ -0,0 +1 @@ +Net::RabbitFoot - An Asynchronous and multi channel Perl AMQP client diff --git a/net/p5-Net-RabbitFoot/Makefile b/net/p5-Net-RabbitFoot/Makefile new file mode 100644 index 00000000000..fc3e6702a19 --- /dev/null +++ b/net/p5-Net-RabbitFoot/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1 2014/05/18 03:35:01 mspo Exp $ + +DISTNAME= Net-RabbitFoot-1.03 +CATEGORIES= net +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/I/IK/IKUTA/ +MASTER_SITES+= http://cpan.metacpan.org/authors/id/I/IK/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/I/IK/IKUTA/ +COMMENT= Asynchronous and multi channel Perl AMQP client +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-AnyEvent>=0:../../devel/p5-AnyEvent +DEPENDS+= p5-AnyEvent-RabbitMQ>=0:../../devel/p5-AnyEvent-RabbitMQ +DEPENDS+= p5-Moose>=2:../../devel/p5-Moose +DEPENDS+= p5-MooseX-AttributeHelpers>=0.20:../../devel/p5-MooseX-AttributeHelpers +DEPENDS+= p5-MooseX-ConfigFromFile>=0.10:../../devel/p5-MooseX-ConfigFromFile +DEPENDS+= p5-MooseX-App-Cmd>=0.20:../../devel/p5-MooseX-App-Cmd +DEPENDS+= p5-Config-Any>=0.20:../../devel/p5-Config-Any +DEPENDS+= p5-Coro>=6:../../devel/p5-Coro +DEPENDS+= p5-Moose>=2:../../devel/p5-Moose + +PERL5_PACKLIST= auto/Net/RabbitFoot/.packlist +REPLACE_PERL+= rabbit_foot + +# url2pkg-marker (please do not remove this line.) +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-RabbitFoot/distinfo b/net/p5-Net-RabbitFoot/distinfo new file mode 100644 index 00000000000..68e6cfe804d --- /dev/null +++ b/net/p5-Net-RabbitFoot/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/05/18 03:35:01 mspo Exp $ + +SHA1 (Net-RabbitFoot-1.03.tar.gz) = 395f4cc599934f9851fbee49522f90c1f37ddfcf +RMD160 (Net-RabbitFoot-1.03.tar.gz) = 5fbbdb4ee6f5b3bb56459b870e3233a45ded6931 +Size (Net-RabbitFoot-1.03.tar.gz) = 58368 bytes |