Changes 0.27:
- Hotfix for `perlbrew install` command Changes 0.26: - Fix GH 119 - Fix t/08.exit_status.t for cpantesters - Fix several bugs in `exec` command - Implement GH 103 - install -v shows build.log - Add -Dusedevel when installing blead perl Changes 0.25: - suggest when user types wrong commands. - Improvements about self-upgrade. - exit with non-zero status code when there's some sort of error. - Added verification of existing alias before attempting unalias. - Fix `install-cpanm` for due to a recenet github cert update.
This commit is contained in:
parent
e467fa1a40
commit
31134d7963
2 changed files with 15 additions and 16 deletions
|
@ -1,23 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.5 2010/08/25 22:44:30 seb Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.6 2011/08/07 07:52:46 adam Exp $
|
||||
|
||||
DISTNAME= App-perlbrew-0.10
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
||||
DISTNAME= App-perlbrew-0.27
|
||||
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= ${PERL5_LICENSE}
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/App-perlbrew/
|
||||
COMMENT= Manage perl installations in your $$HOME
|
||||
LICENSE= mit
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/App/perlbrew/.packlist
|
||||
|
||||
DEPENDS+= p5-File-Path-Tiny>=0.1:../../devel/p5-File-Path-Tiny
|
||||
DEPENDS+= p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite
|
||||
DEPENDS+= p5-File-Path-Tiny>=0.1:../../devel/p5-File-Path-Tiny
|
||||
DEPENDS+= p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2010/08/25 22:44:30 seb Exp $
|
||||
$NetBSD: distinfo,v 1.5 2011/08/07 07:52:46 adam Exp $
|
||||
|
||||
SHA1 (App-perlbrew-0.10.tar.gz) = 110e970b7de6dab46e1d690ef8aaa73bd6d2bc8f
|
||||
RMD160 (App-perlbrew-0.10.tar.gz) = a2ba755958bc4e17728ee75f3bed90c6f5854f0f
|
||||
Size (App-perlbrew-0.10.tar.gz) = 35885 bytes
|
||||
SHA1 (App-perlbrew-0.27.tar.gz) = 4f2691d06f1506d34d714ebbce2ee09f175346fa
|
||||
RMD160 (App-perlbrew-0.27.tar.gz) = b950fcad921b9e6df6d45ed14225d2938a9de9b6
|
||||
Size (App-perlbrew-0.27.tar.gz) = 55953 bytes
|
||||
|
|
Loading…
Reference in a new issue