7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
19 lines
470 B
Makefile
19 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.17 2005/08/06 06:19:11 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= IO-Tty-1.02
|
|
PKGNAME= p5-${DISTNAME:C/T/t/}
|
|
SVR4_PKGNAME= p5itt
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Another Perl class for I/O on tty and pseudo-tty devices
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/IO/Tty/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|