79d3ddfb69
Changes: 1.60 Fri Mar 16 12:14:07 CET 2012 - Removed the syslog test. Was artificial and pointless, and it failed on Windows and Solaris. Thanks to CPAN testers reports. 1.59 Thu Mar 8 10:13:30 CET 2012 - Fixed RT #75619, POD fixes to make the POD clean for Debian packaging. - Applied .perltidyrc to all source files. Watch out if you had patches :)
23 lines
654 B
Makefile
23 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.25 2012/04/01 18:56:54 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Device-Gsm-1.60
|
|
PKGNAME= p5-${DISTNAME}
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|