From owner-freebsd-ports@freebsd.org Wed Feb 24 15:04:52 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90899AB1427 for ; Wed, 24 Feb 2016 15:04:52 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5947DD92 for ; Wed, 24 Feb 2016 15:04:51 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id u1OF6Vh3074977 for ; Wed, 24 Feb 2016 07:06:37 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <1456310441.2840611.530361410.300FD5FB@webmail.messagingengine.com> References: <1456310441.2840611.530361410.300FD5FB@webmail.messagingengine.com> From: "Chris H" Subject: Re: automation of perl port creation from cpan Date: Wed, 24 Feb 2016 07:06:37 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 15:04:52 -0000 On Wed, 24 Feb 2016 11:40:41 +0100 Dave Cottlehuber wrote > Hi, > > I have a perl app that I'd like to move to FreeBSD. It currently has a > whole list of cpan dependencies. Is there any partial automation of > generating ports from CPAN directly? Something similar to py-pytoport > for example. > > Thanks > Dave A quick search on CPAN revealed this: http://search.cpan.org/~gugu/App-Pm2Port-0.29/lib/App/Pm2Port.pm (Creates FreeBSD port from Perl module) I seem to recall something like this also listed in the [FreeBSD] ports tree. HTH --Chris