pkgsrc/comms/p5-Device-Gsm/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

21 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.31 2015/06/12 10:48:30 wiz Exp $
#
DISTNAME= Device-Gsm-1.60
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
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
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Device-Modem>=1.47:../../comms/p5-Device-Modem
DEPENDS+= p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort
PERL5_PACKLIST= auto/Device/Gsm/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"