From owner-freebsd-questions@FreeBSD.ORG Sun May 4 16:59:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65F18106566B for ; Sun, 4 May 2008 16:59:45 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id 546DD8FC2A for ; Sun, 4 May 2008 16:59:44 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id 719501CC6A; Sun, 4 May 2008 09:59:44 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with ESMTP id QuUOqfE+6n7h; Sun, 4 May 2008 09:59:41 -0700 (PDT) Date: Sun, 4 May 2008 12:59:37 -0400 From: Sahil Tandon To: Andrew Pantyukhin Message-ID: <20080504165937.GA14899@shepherd> References: <20080503232156.GB13074@shepherd> <20080504162307.GK92161@amilo.cenkes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080504162307.GK92161@amilo.cenkes.org> Cc: freebsd-questions@freebsd.org Subject: Re: Installing PERL modules from CPAN (instead of ports) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "sahil@tandon.net" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2008 16:59:45 -0000 * Andrew Pantyukhin [2008-05-04 20:23:09 +0400]: > Try to request help on perl@FreeBSD.org (cc'ed). Perl ports are > usually very easy to create and maintain, so if you don't want to > spend 30 minutes learning, someone with enough experience can > probably do it in a couple of minutes if you ask nicely :) I did not mean to imply I was unwilling to create the port; was just curious about how to not "break" the existing setup when installing modules outside of the ports tree. Someone replied off-list suggesting I install to a ~/local dir and set $PERL5LIB to take that directory into account. > Yes, making a new port is the easiest way to install something > from CPAN. I do prefer to keep everything organized in ports, so I created my first port: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123382 Let's hope I didn't totally mess it up. :-) -- Sahil Tandon