dd87203e49
pkgsrc changes: - Adjusting dependencies - Adding license definition Upstream changes: 1.54 Sun Sep 6 10:44:53 CEST 2009 - Fixed RT #31565, incorrect decoding of outgoing messages due to incorrect removal of zero-length octet in PDU. Thanks to Svami Dhyan Nataraj. 1.53 Fri Aug 14 21:43:37 CEST 2009 - Fixed RT #48700, deleting SMS message with index 0 didn't work. Thanks to Vytas M. for reporting the bug.
23 lines
652 B
Makefile
23 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.19 2009/09/20 12:14:50 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Device-Gsm-1.54
|
|
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"
|