09b4d5eb50
(pkgsrc) - Add two TEST_DEPENDS (upstream) 1.30 2020-03-23 21:16 America/New York * SUBSTANCE: On MSWin32, make Win32::Process a prerequisite (needed for non-Strawberry Perl builds). As recommended by A Sinan Unur. 1.29 2020-03-22 08:22 America/New York * SUBSTANCE: Better workaround for bug in perl-5.8.9 (GHI 23); contributed by Slaven Rezić. 1.28 2020-03-21 21:39 America/New York * SUBSTANCE: Improved handling of shell commands on Windows, mostly per suggestions by David Wheeler. This should get us closer to resolving Win32-related issues. (There should be no change of functionality on Unix-like platforms.) * TESTING: Add t/args.t per David Wheeler. Modify t/win32.t per @dylanstreb. * META: Added Travis and AppVeyor configuration files. Eliminated use of Dist::Zilla for build. Using older, but more reliable and better understood (by maintainer) ExtUtils::MakeMaker-based configuration. Add LICENSE, README, Makefile.PL, MANIFEST and MANIFEST.SKIP; remove dist.ini. Move author testing to xt/directory. 1.28_001 2020-03-21 16:42 America/NewYork TRIAL RELEASE only Attempting to resolve numerous Win32 issues 1.26 2020-01-24 20:47 America/NewYork * BUILD: Update FAIL_POSIX warning message Per: https://github.com/pjf/ipc-system-simple/pull/28. Thanks to scop. * TEST: t/07_taint.t: Use executable name as source of taintedness Addresses https://github.com/pjf/ipc-system-simple/issues/21 Thanks to Petr Písař. * OTHER: Typographic corrections: rt.cpan.org 60211; leonerd++ rt.cpan.org 86403; dsteinbrunner++ Add Travis configuration. 1.26-TRIAL 2020-01-24 03:43:20 GMT TRIAL release only
20 lines
644 B
Makefile
20 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/04/13 13:54:23 mef Exp $
|
|
|
|
DISTNAME= IPC-System-Simple-1.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/IPC-System-Simple
|
|
COMMENT= Run commands simply, with detailed diagnostics
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
|
TEST_DEPENDS+= p5-BSD-Resource-[0-9]*:../../devel/p5-BSD-Resource
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IPC/System/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|