414ebfdceb
----------------------------- 0.72: # 2014-10-27T21:38:19+0100 - Fix 0.71 breakage on MacOSX when the shell is bash or zsh - Fix spelling mistake. by @gregoa++ 0.71: # 2014-09-13T19:59:15+0200 - Fix a few bugs of having unwanted values in PERL5LIB when switching between libs 0.70: # 2014-09-02T20:41:15+0900 - download the fatpacked perlbrew from an http:// url. - protect fatpacked perlbrew from PERL5LIB, thanks to dagolden++ - avoid several warnings, thanks to DabeDotCom++ - making perlbrew a bit friendlier to init.d script, thanks to maxhq++ . see also https://github.com/gugod/App-perlbrew/pull/404 - make it possible to override PERLBREWURL before invoking installers 0.69: # 2014-06-10T23:32:05+0200 - fix 'perlbrew env' breakage by just avoiding bad local::lib versions. 0.68: # 2014-06-07T15:08:00+0200 - disable SSL cert checks. GH #385. - "perlbrew download stable" works as on expects. GH #383 - Many fish shell fixes. GH #376 #378 #379 - make 5.21 installable. GH #396 - various documentation fixes.
34 lines
1.2 KiB
Makefile
34 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.17 2015/01/26 05:24:09 mef Exp $
|
|
|
|
DISTNAME= App-perlbrew-0.72
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/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-Devel-PatchPerl>=0.86:../../devel/p5-Devel-PatchPerl
|
|
DEPENDS+= p5-local-lib>=1.8.10:../../devel/p5-local-lib
|
|
DEPENDS+= p5-Capture-Tiny>=0.22:../../devel/p5-Capture-Tiny
|
|
DEPENDS+= p5-CPAN-Perl-Releases>=1.10:../../devel/p5-CPAN-Perl-Releases
|
|
|
|
# actually, only TEST_DEPENDS
|
|
BUILD_DEPENDS+= {perl>=5.13.11,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple
|
|
# Test::More in perl 5.14
|
|
BUILD_DEPENDS+= p5-Test-Output>=0:../../devel/p5-Test-Output
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Spec>=0:../../devel/p5-Test-Spec
|
|
BUILD_DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class
|
|
BUILD_DEPENDS+= p5-IO-All>=0.46:../../devel/p5-IO-All
|
|
# File::Temp in perl 5.14
|
|
|
|
USE_LANGUAGES= # empty
|
|
USE_TOOLS+= perl
|
|
PERL5_PACKLIST= auto/App/perlbrew/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|