pkgsrc/comms/p5-Device-Modem/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

19 lines
571 B
Makefile

# $NetBSD: Makefile,v 1.28 2015/06/12 10:48:30 wiz Exp $
DISTNAME= Device-Modem-1.57
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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"