pkgsrc/comms/p5-Device-XBee-API/Makefile
dsainty e6ffd29fff Update p5-Device-XBee-API to version 0.7.
Changes since version 0.4:

0.7, 20130330 - jeagle

Add ability to allow users to specify their own frame allocation routines.

Update API mode 2 with latest version from jdodgen

0.6, 20120624 - jeagle

Update documentation.

Add support for API mode 2 escapes. Needs testing.

Add constant for the "BD" baud rate table.

0.5, 20120401 - jeagle

Add support for Win32::SerialPort to enable Windows support. (Thanks Jerry)

Fix issue with tx() in async mode. (Thanks Vicente)

Add support for "explicit rx indicator" packets. (Thanks Vicente)
2014-06-15 06:22:55 +00:00

22 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.7 2014/06/15 06:22:55 dsainty Exp $
#
DISTNAME= Device-XBee-API-0.7
PKGNAME= p5-${DISTNAME}
CATEGORIES= comms
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/J/JE/JEAGLE/
MAINTAINER= dsainty@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Device::XBee::API
COMMENT= Object-oriented Perl interface to Digi XBee module API mode
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Device-SerialPort>=1.04:../../comms/p5-Device-SerialPort
WRKSRC= ${WRKDIR}/Device-XBee-API
USE_LANGUAGES= # none
PERL5_PACKLIST= auto/Device/XBee/API/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"