pkgsrc/comms/p5-Device-XBee-API/Makefile
dsainty 42a8e6dab0 Update to Device-XBee-API version 0.4
Changes:

0.4, 20110831 - jeagle

Fix packet timeout bug reported by Dave S.

Replace call to die() in __data_to_int with return undef, update docs to
reflect this.
2011-09-01 02:29:38 +00:00

24 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/09/01 02:29:38 dsainty Exp $
#
DISTNAME= Device-XBee-API-0.4
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}
PKG_DESTDIR_SUPPORT= user-destdir
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"