pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-IO-Interface net/p5-IO-Interface: fix warning a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fae9498e8949
branches:  trunk
changeset: 425813:fae9498e8949
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Mar 23 22:26:21 2020 +0000

description:
net/p5-IO-Interface: fix warning about USE_TOOLS+=perl

This Perl module is one of the few that actually calls the Perl
interpreter by its base name and not by the executable given in an
environment variable. Therefore it needs the USE_TOOLS+=perl line.

The call to perl comes from Build.PL and works around a warning during
the build.

diffstat:

 net/p5-IO-Interface/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 514a4ec1e60d -r fae9498e8949 net/p5-IO-Interface/Makefile
--- a/net/p5-IO-Interface/Makefile      Mon Mar 23 20:32:38 2020 +0000
+++ b/net/p5-IO-Interface/Makefile      Mon Mar 23 22:26:21 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2019/08/11 13:22:15 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2020/03/23 22:26:21 rillig Exp $
 #
 
 DISTNAME=              IO-Interface-1.09
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=IO/}
 
@@ -14,6 +14,7 @@
 
 PERL5_PACKLIST=                auto/IO/Interface/.packlist
 PERL5_MODULE_TYPE=     Module::Build
+USE_TOOLS=             perl
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index