pkgsrc/comms/p5-Device-Gsm/Makefile
wiz 37d680d8c5 Update to 1.55:
1.55  Sun Jun 27 18:07:11 CEST 2010
	- Fixed RT #58869, incorrect decoding of text7 messages.
	  Thanks to Alexander Onokhov.
2010-09-06 10:52:27 +00:00

23 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.21 2010/09/06 10:52:27 wiz Exp $
#
DISTNAME= Device-Gsm-1.55
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"