Sat Jul 3 06:39:51 2010 UTC ()
Initial import of p5-App-perlbrew version 0.07 in the NetBSD Packages
Collection.

perlbrew is a program to automate the building and installation of
perl in the user's HOME. At the moment, it installs everything to
~/perl5/perlbrew, and requires you to tweak your PATH by including
a bashrc/cshrc file it provides. You then can benefit from not
having to run 'sudo' commands to install cpan modules because those
are installed inside your HOME too. It's almost like an isolated
perl environment.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(seb)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-App-perlbrew/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-App-perlbrew/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-App-perlbrew/distinfo

File Added: pkgsrc/devel/p5-App-perlbrew/DESCR
perlbrew is a program to automate the building and installation of
perl in the user's HOME. At the moment, it installs everything to
~/perl5/perlbrew, and requires you to tweak your PATH by including
a bashrc/cshrc file it provides. You then can benefit from not
having to run 'sudo' commands to install cpan modules because those
are installed inside your HOME too. It's almost like an isolated
perl environment.

File Added: pkgsrc/devel/p5-App-perlbrew/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/07/03 06:39:51 seb Exp $
#

DISTNAME=		App-perlbrew-0.07
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}

PKG_DESTDIR_SUPPORT=	user-destdir

USE_LANGUAGES=		# empty
PERL5_PACKLIST=		auto/App/perlbrew/.packlist

DEPENDS+=		p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-App-perlbrew/distinfo
$NetBSD: distinfo,v 1.1.1.1 2010/07/03 06:39:51 seb Exp $

SHA1 (App-perlbrew-0.07.tar.gz) = 35bc012b5312884704ff135eb1041d1ea9e08a91
RMD160 (App-perlbrew-0.07.tar.gz) = d573236ccb058d371528f7511db67df6211b6557
Size (App-perlbrew-0.07.tar.gz) = 33169 bytes