From owner-freebsd-ports@FreeBSD.ORG Mon Jun 14 16:45:10 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2F4A16A4CE for ; Mon, 14 Jun 2004 16:45:10 +0000 (GMT) Received: from lists.frmug.org (frmug-gw.frmug.org [193.56.58.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4979743D53 for ; Mon, 14 Jun 2004 16:45:09 +0000 (GMT) (envelope-from olive@oban.frmug.org) Received: from localhost (localhost [127.0.0.1]) by lists.frmug.org (Postfix/TLS) with ESMTP id AD3F120F49; Mon, 14 Jun 2004 18:45:04 +0200 (CEST) Received: from lists.frmug.org ([127.0.0.1]) by localhost (frmug.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12033-08; Mon, 14 Jun 2004 18:45:04 +0200 (CEST) Received: by lists.frmug.org (Postfix/TLS, from userid 66) id 65F9E20F79; Mon, 14 Jun 2004 18:45:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by weirdos.oban.frmug.org (Postfix) with ESMTP id 0FE928C33; Mon, 14 Jun 2004 18:44:42 +0200 (CEST) Received: by weirdos.oban.frmug.org (Postfix, from userid 1002) id B6B6F8C23; Mon, 14 Jun 2004 18:44:40 +0200 (CEST) Date: Mon, 14 Jun 2004 18:44:40 +0200 From: Olivier Tharan To: Gilbert C Healton Message-ID: <20040614164440.GN85258@weirdos.oban.frmug.org> Mail-Followup-To: Gilbert C Healton , ports@FreeBSD.org References: <20040614115544.Y75093@overpass.exit109.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20040614115544.Y75093@overpass.exit109.com> X-Attribution: Olive X-Virus-Scanned: by amavisd-new at frmug.org cc: ports@FreeBSD.org Subject: Re: A question about PERL PORTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2004 16:45:11 -0000 * Gilbert C Healton (20040614 11:59): > Is there a script that does most of the work for converting CPAN modules > into BSD ports, such as the various p5-* ports? I've a number of modules > to make ports out of and am looking for the best way out. Just install the modules with CPAN, there is a hack with FreeBSD's Perl (BSDPAN) which automagically registers your modules as installed ports (with a `bsdpan-' prefix). -- olive