pkgsrc/comms/p5-Device-Gsm/Makefile
wiz 0d2459f698 Update to 1.56:
1.56  Mon Nov 15 21:00:00 CET 2010
    - When sending messages in text mode, now we wait a bit
      between the +CMSG command and the actual text.
      Fixes RT #61729. Thanks to Boris Ivanov for the report.
    - Added clear example of logging to a custom file
    - Added a warning for not implemented _read_messages_text()
    - Added a "assume_registered" option to skip GSM network
      registration on buggy/problematic devices.
2010-12-02 12:07:59 +00:00

23 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.22 2010/12/02 12:07:59 wiz Exp $
#
DISTNAME= Device-Gsm-1.56
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dgs
CATEGORIES= comms perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Device-Gsm/
COMMENT= Perl module to interface GSM cellular / modems
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Device-Modem>=1.47:../../comms/p5-Device-Modem
DEPENDS+= p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort
PERL5_PACKLIST= auto/Device/Gsm/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"