pkgsrc/comms/p5-Device-Modem/Makefile
wiz 98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00

21 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.24 2013/05/31 12:39:43 wiz Exp $
#
DISTNAME= Device-Modem-1.56
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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}
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"