5c7f96ab99
------------------------------------------------------- 2.000023 - 2017-06-07 - fix use of 'note' in test for compatibilty with old Test::More 2.000022 - 2017-06-07 - releasing as stable 2.000_021 - 2017-04-23 - account for an empty SHELL variable when detecting shell - author test cleanups - bootstrapping option --no-manpages now affects bootstrapping process, not just later module installs - cope with home directories with spaces when bootstrapping with old CPAN.pm 2.000_020 - 2016-10-18 - fix handling of inc_version_list - don't load strict or warnings outside author mode - load and use Cwd when we're printing and exiting - use loaded Cwd/Win32::Cwd if it's available - handle relative paths in current executable - don't try to run current executable in embedded perl - handle relative directories better - fix shell test for powershell 1 and group policy restricted environments - avoid user init files in shell test - use safer format to check environment in shell test - many test cleanups
21 lines
559 B
Makefile
21 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.30 2017/06/18 03:41:19 mef Exp $
|
|
#
|
|
|
|
DISTNAME= local-lib-2.000023
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/local-lib
|
|
COMMENT= Create and use a local lib/ for perl modules with PERL5LIB
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/local/lib/.packlist
|
|
|
|
MAKE_ENV+= PERL5_CPANM_IS_RUNNING=1
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|