062e82e09d
0.92 - Released at 2021-04-15T23:53:55+0900 - Thanks to our contributors: chee - Fix a message mentioning fish config. GitHub PR #712 - Fetch cperl releases from https://github.com/perl11/cperl/releases instead - Let `clone-modules` command accept `--notest` and skip running module tests 0.91 - Released at 2021-01-31T17:10:27+0900 - Fix META info included in 0.90. No other feature changes. 0.90 - Released at 2021-01-29T09:43:17+0900 - Thanks to our contributors: Mose Schmiedel, gucchisk - The output of 'available' command is split into sections of different type of distributions. Github issue #646. - Let the output of `perlbrew -h` be the short usage. Github issue #647 - Unbreak env script for fish users. GitHub PR #698 and #708 - Prefer https URLs of www.cpan.org 0.89 - Released at 2020-10-19T09:26:19+0900 - Thanks to our contributors: Håkon Hægland, Nicolas R, Peter Tripp - Make the bashrc compatible with 'bash -u'. Github PR #694 - Prevent build directory from being overwritten. Github PR #683
38 lines
1.5 KiB
Makefile
38 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.42 2021/06/12 23:55:04 wen Exp $
|
|
|
|
DISTNAME= App-perlbrew-0.92
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/App-perlbrew
|
|
COMMENT= Manage perl installations in your $$HOME
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= p5-File-Path-Tiny>=0.1:../../devel/p5-File-Path-Tiny
|
|
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
|
|
DEPENDS+= p5-Devel-PatchPerl>=1.52:../../devel/p5-Devel-PatchPerl
|
|
DEPENDS+= p5-local-lib>=2.000014:../../devel/p5-local-lib
|
|
DEPENDS+= p5-Capture-Tiny>=0.36:../../devel/p5-Capture-Tiny
|
|
DEPENDS+= p5-CPAN-Perl-Releases>=3.66:../../devel/p5-CPAN-Perl-Releases
|
|
DEPENDS+= curl-[0-9]*:../../www/curl
|
|
|
|
# actually, only TEST_DEPENDS
|
|
#TEST_DEPENDS+= {perl>=5.19.6,p5-Test-Simple>=1.001002}:../../devel/p5-Test-Simple
|
|
TEST_DEPENDS+= p5-Test-Output>=1.03:../../devel/p5-Test-Output
|
|
TEST_DEPENDS+= p5-Test-Exception>=0.32:../../devel/p5-Test-Exception
|
|
TEST_DEPENDS+= p5-Test-Spec>=0.47:../../devel/p5-Test-Spec
|
|
TEST_DEPENDS+= p5-Path-Class>=0.33:../../devel/p5-Path-Class
|
|
TEST_DEPENDS+= p5-IO-All>=0.51:../../devel/p5-IO-All
|
|
TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
|
TEST_DEPENDS+= p5-Test-TempDir-Tiny>=0:../../devel/p5-Test-TempDir-Tiny
|
|
|
|
USE_LANGUAGES= # empty
|
|
USE_TOOLS+= perl
|
|
PERL5_MODULE_TYPE= Module::Build::Tiny
|
|
|
|
PERL5_PACKLIST= auto/App/perlbrew/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|