pkgsrc/comms/p5-Device-SerialPort/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

22 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:05 jlam Exp $
#
DISTNAME= Device-SerialPort-0.12
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dse
PKGREVISION= 2
CATEGORIES= comms perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/}
MAINTAINER= damon@brodiefamily.org
HOMEPAGE= http://members.aol.com/Bbirthisel/alpha.html
COMMENT= POSIX-based Perl module to control your serial port
DEPENDS+= p5-perl-headers-${OS_VERSION}{,nb*}:../../devel/p5-perl-headers
PERL5_PACKLIST= auto/Device/SerialPort/.packlist
MAKE_PARAMS= ${DEFAULT_SERIAL_DEVICE}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"