Upstream changes: 1.52 Tue Nov 25 21:24:00 CET 2008 - Added a longer timeout on call forwarding. Thanks to Marek Jaros. 1.51 Wed Oct 29 22:32:00 CET 2008 - Added new method to set/reset call forwarding options (patch contributed by Attila Nagy: thanks!) - Removed the syslog test script (t/04syslog.t). It continuously broke tests on Solaris and basically every other setups where you are not installing as privileged user.
21 lines
554 B
Makefile
21 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.18 2008/12/17 00:01:25 he Exp $
|
|
#
|
|
|
|
DISTNAME= Device-Gsm-1.52
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Device-Modem>=1.47:../../comms/p5-Device-Modem
|
|
|
|
PERL5_PACKLIST= auto/Device/Gsm/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|