diff options
author | seb <seb> | 2010-07-03 06:39:51 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-03 06:39:51 +0000 |
commit | a764df05d87a546490848b0c4dd9a94587f68ea6 (patch) | |
tree | b9b4eb820b0ce891e86b5e028e16778485b8b933 /devel/p5-App-perlbrew | |
parent | a22c9d401381282169c8a546e21f94c968180f80 (diff) | |
download | pkgsrc-a764df05d87a546490848b0c4dd9a94587f68ea6.tar.gz |
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.
Diffstat (limited to 'devel/p5-App-perlbrew')
-rw-r--r-- | devel/p5-App-perlbrew/DESCR | 7 | ||||
-rw-r--r-- | devel/p5-App-perlbrew/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-App-perlbrew/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-App-perlbrew/DESCR b/devel/p5-App-perlbrew/DESCR new file mode 100644 index 00000000000..bb9eb1d3738 --- /dev/null +++ b/devel/p5-App-perlbrew/DESCR @@ -0,0 +1,7 @@ +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. diff --git a/devel/p5-App-perlbrew/Makefile b/devel/p5-App-perlbrew/Makefile new file mode 100644 index 00000000000..61a5a537561 --- /dev/null +++ b/devel/p5-App-perlbrew/Makefile @@ -0,0 +1,22 @@ +# $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" diff --git a/devel/p5-App-perlbrew/distinfo b/devel/p5-App-perlbrew/distinfo new file mode 100644 index 00000000000..ccd02df03e6 --- /dev/null +++ b/devel/p5-App-perlbrew/distinfo @@ -0,0 +1,5 @@ +$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 |