pkgsrc/devel/p5-Devel-FindPerl/Makefile
mef a877297315 0.012 2013-11-20 14:57:15 Europe/Amsterdam
Minor fixes in tests

0.011     2013-11-19 14:50:51 Europe/Amsterdam
          Fix other environmental variables in tainted mode.

0.010     2013-11-13 23:13:15 Europe/Amsterdam
          Add a non-empty PATH, to make *bsd happy
          Compare configuration case-insensitively, to make Windows happy

0.009     2013-11-07 23:00:55 Europe/Amsterdam
          find_perl_interpreter now return an array

0.008     2013-11-01 17:48:53 Europe/Amsterdam
          Always empty $ENV{PATH} before open2
          Append executable extension to expected tainted path

0.007     2013-10-24 14:32:54 Europe/Amsterdam
          Soften dependency on ExtUtils::Config
          Rewrite tests not to depend on Capture::Tiny
          Export perl_is_same
          Handle tainting better
2015-01-29 05:11:55 +00:00

20 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/01/29 05:11:55 mef Exp $
DISTNAME= Devel-FindPerl-0.012
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-FindPerl/
COMMENT= Perl 5 module providing the path of the running perl
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-ExtUtils-Config>=0.007:../../devel/p5-ExtUtils-Config
BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
PERL5_PACKLIST= auto/Devel/FindPerl/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"