From owner-freebsd-questions@FreeBSD.ORG Sun May 4 16:23:13 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 46470106566B for ; Sun, 4 May 2008 16:23:13 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 36C578FC1D for ; Sun, 4 May 2008 16:23:13 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp85-140-151-248.pppoe.mtu-net.ru [85.140.151.248]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id D913B242F82E; Sun, 4 May 2008 20:23:11 +0400 (MSD) Date: Sun, 4 May 2008 20:23:09 +0400 From: Andrew Pantyukhin To: Sahil Tandon Message-ID: <20080504162307.GK92161@amilo.cenkes.org> References: <20080503232156.GB13074@shepherd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080503232156.GB13074@shepherd> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.17 (2007-11-01) 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: infofarmer@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2008 16:23:13 -0000 On Sat, May 03, 2008 at 07:21:57PM -0400, Sahil Tandon wrote: > In order to setup postfwd (http://postfwd.org), of which there is no FreeBSD > port, several PERL modules are required; one of them, Net::DNS::Async, also > does not exist as a FreeBSD port. If I install this via CPAN, postfwd works, > but then this breaks portupgrade and portmanager when trying to update perl > or keep track of new versions of the bsdpan-* "packages". Is there another > way to go about this outside of trying to create my own postfwd and > Net::DNS::Async ports? 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 :) Yes, making a new port is the easiest way to install something from CPAN.