cvs commit: ports/devel Makefile ports/devel/p5-perlbrew Makefile distinfo pkg-descr pkg-plist

Wen Heping wen at FreeBSD.org
Fri Oct 29 06:32:40 UTC 2010


wen         2010-10-29 06:32:40 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-perlbrew    Makefile distinfo pkg-descr pkg-plist 
  Log:
  perlbrew is a program to automate the building and
  installation of perl in the users 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 a completely separate perl environment.
  
  WWW:    http://search.cpan.org/dist/App-perlbrew/
  
  Revision  Changes    Path
  1.4095    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/p5-perlbrew/Makefile (new)
  1.1       +3 -0      ports/devel/p5-perlbrew/distinfo (new)
  1.1       +14 -0     ports/devel/p5-perlbrew/pkg-descr (new)
  1.1       +7 -0      ports/devel/p5-perlbrew/pkg-plist (new)


More information about the cvs-ports mailing list