pkgsrc/devel/p5-App-perlbrew/Makefile
seb f7de878c16 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.
2010-07-03 06:39:51 +00:00

22 lines
585 B
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"