pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-IO-Interface



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Mar 23 22:26:21 UTC 2020

Modified Files:
        pkgsrc/net/p5-IO-Interface: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/p5-IO-Interface/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/p5-IO-Interface/Makefile
diff -u pkgsrc/net/p5-IO-Interface/Makefile:1.30 pkgsrc/net/p5-IO-Interface/Makefile:1.31
--- pkgsrc/net/p5-IO-Interface/Makefile:1.30    Sun Aug 11 13:22:15 2019
+++ pkgsrc/net/p5-IO-Interface/Makefile Mon Mar 23 22:26:21 2020
@@ -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 @@ LICENSE=              artistic-2.0
 
 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