Changelog: 2010-10-11 Todd Rinaldo <toddr@cpan.org> * CPAN testers clean. Bumping to release version 1.10 2010-10-04 Todd Rinaldo <toddr@cpan.org> * RT 60788 - Better error reporting on Operating Systems that can't set a controlling terminal e.g. BeOS * Bump to 1.09_01 2010-10-04 Todd Rinaldo <toddr@cpan.org> * CPAN testers looks clean. Internal testing done on perl 5.6 * Bump version to 1.09 and release to CPAN
20 lines
488 B
Makefile
20 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.24 2010/12/17 18:20:18 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= IO-Tty-1.10
|
|
PKGNAME= p5-${DISTNAME:C/T/t/}
|
|
SVR4_PKGNAME= p5itt
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
COMMENT= Another Perl class for I/O on tty and pseudo-tty devices
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
PERL5_PACKLIST= auto/IO/Tty/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|