pkgsrc/comms/p5-Device-Modem/Makefile
wiz 2513dee6c1 Update to 1.53:
1.53  Thu Apr 01 13:49:00 CET  2010
    - ***CHANGED*** default log file position
      from /var/log/modem.log to /tmp/modem.log.
      Too many failed tests and user reports made me
      reconsider my poor default choice.
    - Added voice dialing. Just dialing though.
      You can't perform real voice calls through Device::Modem (yet :)
      Thanks to Marek Jaros.
    - Added ';' (voice dialing) and 'p' (pause) as valid values
      for dial() number.

1.52  Sun Mar 28 15:50:00 CET  2010
	- Added automatic port reconnection in the port() method.
	  This should improve connection reliability and reduce risk
	  of "Can't call method XXXXXX on undefined value YYYYYY" errors.
2010-09-06 10:51:56 +00:00

22 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.18 2010/09/06 10:51:56 wiz Exp $
#
DISTNAME= Device-Modem-1.53
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}
PKG_DESTDIR_SUPPORT= user-destdir
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"