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

22 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.27 2012/10/03 21:54:05 wiz Exp $
#
DISTNAME= Device-Gsm-1.60
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5dgs
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"