diff options
author | mspo <mspo@pkgsrc.org> | 2014-05-18 00:13:26 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2014-05-18 00:13:26 +0000 |
commit | c5fb4a5849abca5fb8acdab4e122679a798ede83 (patch) | |
tree | 3bdb3ee8afbaea6e61b20a5a0df92212c842ef9b /net | |
parent | 5774ba8ab5014b1dbaa5203334f831c1163873f0 (diff) | |
download | pkgsrc-c5fb4a5849abca5fb8acdab4e122679a798ede83.tar.gz |
add p5-Net-AMQP
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-AMQP/DESCR | 1 | ||||
-rw-r--r-- | net/p5-Net-AMQP/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-AMQP/distinfo | 5 |
4 files changed, 30 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 72c804acbee..3d740b6b999 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1013 2014/05/08 14:43:23 imil Exp $ +# $NetBSD: Makefile,v 1.1014 2014/05/18 00:13:26 mspo Exp $ # COMMENT= Networking tools @@ -404,6 +404,7 @@ SUBDIR+= p5-Net SUBDIR+= p5-Net-Akismet SUBDIR+= p5-Net-Amazon SUBDIR+= p5-Net-Amazon-S3 +SUBDIR+= p5-Net-AMQP SUBDIR+= p5-Net-Bind SUBDIR+= p5-Net-Bonjour SUBDIR+= p5-Net-CIDR-Lite diff --git a/net/p5-Net-AMQP/DESCR b/net/p5-Net-AMQP/DESCR new file mode 100644 index 00000000000..7ade8f741a0 --- /dev/null +++ b/net/p5-Net-AMQP/DESCR @@ -0,0 +1 @@ +Net::AMQP - Advanced Message Queue Protocol (de)serialization and representation diff --git a/net/p5-Net-AMQP/Makefile b/net/p5-Net-AMQP/Makefile new file mode 100644 index 00000000000..c5b8c0ff349 --- /dev/null +++ b/net/p5-Net-AMQP/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2014/05/18 00:13:27 mspo Exp $ + +DISTNAME= Net-AMQP-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/C/CH/CHIPS/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/C/CH/CHIPS/ +COMMENT= Advanced Message Queue Protocol (de)serialization and representation +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-XML-LibXML>=2:../../textproc/p5-XML-LibXML +DEPENDS+= p5-Class-Accessor>=0.34:../../devel/p5-Class-Accessor + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/Net/AMQP/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-AMQP/distinfo b/net/p5-Net-AMQP/distinfo new file mode 100644 index 00000000000..bc626314f25 --- /dev/null +++ b/net/p5-Net-AMQP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/05/18 00:13:27 mspo Exp $ + +SHA1 (Net-AMQP-0.06.tar.gz) = 334d5d29c787eb92ca40614d026666f53fc617ed +RMD160 (Net-AMQP-0.06.tar.gz) = ab88a95b7b3bdbbb186d477de48f38bb4a3420db +Size (Net-AMQP-0.06.tar.gz) = 296680 bytes |