fb762782c4
20200505.0 Tue May 5 2020 - #125 - Fix syntax errors in POD examples - #127 - Switch Readonly testing requirement to a recommends - #129 - Fix full_result to always return $? - #136 - kill_kill: Immediately KILL the child process as documented for Win32. - Switch to github actions for CI testing - Re-structure shipped files into eg - Move author tests into xt and test them separately.
22 lines
665 B
Makefile
22 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.39 2020/09/07 06:54:28 wiz Exp $
|
|
|
|
DISTNAME= IPC-Run-20200505.0
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/IPC-Run
|
|
COMMENT= Perl module for interacting with child processes
|
|
LICENSE= gnu-gpl-v2 OR artistic
|
|
|
|
# XXX Win32 will need Win32::Process while all others IO::Pty
|
|
# How about Interix?
|
|
DEPENDS+= p5-IO-tty>=1.08:../../devel/p5-IO-Tty
|
|
|
|
USE_TOOLS+= perl # for self-tests (!?)
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IPC/Run/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|