98c3768c3a
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
23 lines
645 B
Makefile
23 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/05/31 12:39:43 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Device-XBee-API-0.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
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"
|