pkgsrc/devel/p5-IO-Tty/Makefile
nia 67442d197f p5-IO-Tty: Update to 1.14
2020-01-18 Todd Rinaldo <toddr@cpan.org> 1.14
    * Add strict/warnings to Tty.pm
	* Fix pod errors
	* Typo: s/dependend/dependent/
	* Prevent spurious warning from get_winsize()
	* Fix usage of setsid
	* Github actions testing. Windows is off of course.
	* Make README.md

2014-12-14 Todd Rinaldo <toddr@cpan.org> 1.13_01
	* RT 91590 - Remove MAP_TARGET from Makefile.PL
	* RT 88271 - Fix for Solaris setuid when root running as other user
2020-03-22 21:02:34 +00:00

16 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.41 2020/03/22 21:02:34 nia Exp $
DISTNAME= IO-Tty-1.14
PKGNAME= p5-${DISTNAME:C/T/t/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/IO-Tty
COMMENT= Another Perl class for I/O on tty and pseudo-tty devices
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/IO/Tty/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"