171aeb7ac4
Revision history for Perl extension Device::Modem. 1.57 Sun Jan 26 11:36:11 CET 2014 - Added a "handshake" option to the connect() method. Allowed values are "xoff", "rts" or "none" (default). Thanks to Ezio Bonsi for suggesting the idea.
19 lines
576 B
Makefile
19 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.25 2014/02/06 12:28:26 abs Exp $
|
|
|
|
DISTNAME= Device-Modem-1.57
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5dmd
|
|
CATEGORIES= comms perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Device-Modem/
|
|
COMMENT= Perl module to talk to modem devices connected via serial port
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Device-SerialPort>=0.19:../../comms/p5-Device-SerialPort
|
|
|
|
PERL5_PACKLIST= auto/Device/Modem/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|