pkgsrc-wip/p5-Net-DBus/Makefile
Bartosz Kuzma 666fcc459f Update to 0.33.5.
Changes since 0.33.4

 - Added support for getting private bus connections for apps which
   don't want to deal with a shared bus

 - Fix test case to use a private connection

 - On Perl builds where integers are 32-bits, the DBus 64 bit integer
   types will be serialized to/from the Perl String type instead of
   calling 'die'.

 - Fix signature when marshalling dicts on newer DBus builds

 - Fix calling of disconnect wrt to newer DBus semantics

 - Make introspection much more tolerant of missing information
   about methods/properties/signals.

 - Fix use of magic values & added tests

 - Export the Net::DBus::Dumper methods correctly.
2007-11-23 09:15:56 +00:00

21 lines
568 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/11/23 09:15:56 bartoszkuzma Exp $
#
DISTNAME= Net-DBus-0.33.5
PKGNAME= p5-${DISTNAME}
CATEGORIES= wip sysutils
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= http://www.freedesktop.org/Software/dbus
COMMENT= Perl bindings for the D-BUS message bus system
DEPENDS+= p5-XML-Twig>=3.17:../../textproc/p5-XML-Twig
USE_TOOLS+= pkg-config
PERL5_PACKLIST= auto/Net/DBus/.packlist
.include "../../lang/perl5/module.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"