diff options
author | seb <seb@pkgsrc.org> | 2008-08-23 20:36:28 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-23 20:36:28 +0000 |
commit | 4d34c8a065d3121d13f6131c328a0b5f98e66e68 (patch) | |
tree | 08c27c81a1a81bdf32af1d890f3a254138975220 /devel | |
parent | 95fcceec828bafa754a2cbfd7c0bf39c66505618 (diff) | |
download | pkgsrc-4d34c8a065d3121d13f6131c328a0b5f98e66e68.tar.gz |
Initial import of p5-IPC-PubSub version 0.28 in the NetBSD Packages
Collection.
The Perl 5 module IPC::PubSub provides a simple API for publishing
messages to channels and for subscribing to them.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-PubSub/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-IPC-PubSub/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-IPC-PubSub/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-IPC-PubSub/DESCR b/devel/p5-IPC-PubSub/DESCR new file mode 100644 index 00000000000..640ace327b9 --- /dev/null +++ b/devel/p5-IPC-PubSub/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module IPC::PubSub provides a simple API for publishing +messages to channels and for subscribing to them. diff --git a/devel/p5-IPC-PubSub/Makefile b/devel/p5-IPC-PubSub/Makefile new file mode 100644 index 00000000000..65f871f13b9 --- /dev/null +++ b/devel/p5-IPC-PubSub/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 20:36:28 seb Exp $ +# + +DISTNAME= IPC-PubSub-0.28 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/IPC-PubSub/ +COMMENT= Perl 5 module providing interprocess publish/subscribe channels + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/IPC/PubSub/.packlist + +DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor +DEPENDS+= p5-DBM-Deep>=1.00:../../databases/p5-DBM-Deep +DEPENDS+= p5-Data-UUID-[0-9]*:../../devel/p5-Data-UUID + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IPC-PubSub/distinfo b/devel/p5-IPC-PubSub/distinfo new file mode 100644 index 00000000000..42b1b31c1bb --- /dev/null +++ b/devel/p5-IPC-PubSub/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/23 20:36:28 seb Exp $ + +SHA1 (IPC-PubSub-0.28.tar.gz) = e1128d671b9c4c119f4bf8fbd3d320e699e80b8b +RMD160 (IPC-PubSub-0.28.tar.gz) = 0eeb01fe3e2b20d570c38bd23e2951b9f0489d99 +Size (IPC-PubSub-0.28.tar.gz) = 20673 bytes |