pkgsrc/net/p5-Net-DBus/Makefile
mef c2d83441f9 (net/p5-Net-DBus) Updated to 1.2.0
1.2.0 2019-12-16

 - Avoid memory leak with timeouts in reactor
 - Disable XML entity expansion in introspection XML docs
 - Don't include GIT repo in dist
 - Remove obsolete XML::Grove dep from spec
 - Fix GIT repo location
 - Fix misc typos in POD
 - Make reactor robust to time going backwards
 - Add GIT repo & bug tracker to Makefile.PL
 - Fix basepath when enumerating subnodes
 - Fix child paths in introspection XML to be relative
 - Support passing UNIX file descriptors
 - Fix encoding of properties via GetAll method
 - Add return & param names for standard interface introspection
 - Use org.freedesktop.DBus.Error.UnknownMethod error code
 - Fix reactor add_exception method
 - Enable exporting objects on the root node
 - Fix introspection decode with zero parameters
 - Validate parameters for standard methods
 - Validate object interface against declared method
 - Don't include MYMETA.* files in dist
 - Fix passing nomainloop parameter to constructor
 - Fix variant type in mock iterator
2020-04-18 13:14:23 +00:00

25 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.18 2020/04/18 13:14:23 mef Exp $
#
DISTNAME= Net-DBus-1.2.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Net-DBus
COMMENT= Perl extension for the DBus message system
LICENSE= ${PERL5_LICENSE}
USE_TOOLS+= pkg-config
PERL5_PACKLIST= auto/Net/DBus/.packlist
DEPENDS+= p5-XML-Twig-[0-9]*:../../textproc/p5-XML-Twig
# documented requirement
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.0.0
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"