7a6521287b
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
19 lines
475 B
Makefile
19 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/07/13 18:01:19 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Device-Gsm-1.36
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5dgs
|
|
# PKGREVISION= 1
|
|
CATEGORIES= comms perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Perl module to interface GSM cellular / modems
|
|
|
|
DEPENDS+= p5-Device-Modem-[0-9]*:../p5-Device-Modem
|
|
|
|
PERL5_PACKLIST= auto/Device/Gsm/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|