pkgsrc/comms/p5-Device-Modem/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

21 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.23 2012/10/03 21:54:06 wiz Exp $
#
DISTNAME= Device-Modem-1.56
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"