Import Device::XBee::API version 0.3.
Device::XBee::API is a module designed to encapsulate the Digi XBee API in object-oriented Perl. This module expects to communicate with an XBee module using the API firmware via a serial (or serial over USB) device.
This commit is contained in:
parent
d5f6458cdb
commit
875fb84fb9
3 changed files with 32 additions and 0 deletions
3
comms/p5-Device-XBee-API/DESCR
Normal file
3
comms/p5-Device-XBee-API/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Device::XBee::API is a module designed to encapsulate the Digi XBee API in
|
||||
object-oriented Perl. This module expects to communicate with an XBee
|
||||
module using the API firmware via a serial (or serial over USB) device.
|
24
comms/p5-Device-XBee-API/Makefile
Normal file
24
comms/p5-Device-XBee-API/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/08/28 06:40:10 dsainty Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Device-XBee-API-0.3
|
||||
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"
|
5
comms/p5-Device-XBee-API/distinfo
Normal file
5
comms/p5-Device-XBee-API/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/08/28 06:40:10 dsainty Exp $
|
||||
|
||||
SHA1 (Device-XBee-API-0.3.tar.gz) = fb3996988a53aaee5d39c2fa32473081b853f628
|
||||
RMD160 (Device-XBee-API-0.3.tar.gz) = 801ac08e8b326813314b7fb9f92e9db0f6c9b3d4
|
||||
Size (Device-XBee-API-0.3.tar.gz) = 11112 bytes
|
Loading…
Reference in a new issue