- Updating package for p5 module Device::Modem from 1.50nb1 to 1.51 - Setting license to perl license (according to module POD) Upstream changes: 1.51 Sun Jul 5 09:46:08 CEST 2009 - Fixed documentation for answer() method, timeout was declared to be in seconds instead of milliseconds. Thanks to Mikko Puisto for reporting.
22 lines
613 B
Makefile
22 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.16 2009/07/21 22:43:16 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Device-Modem-1.51
|
|
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"
|