From owner-freebsd-ports@freebsd.org Wed Feb 24 13:11:31 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 10074AB3779 for ; Wed, 24 Feb 2016 13:11:31 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from relay.waschbuesch.it (relay.waschbuesch.it [IPv6:2a00:cba0:0:100::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB85CD97 for ; Wed, 24 Feb 2016 13:11:30 +0000 (UTC) (envelope-from martin@waschbuesch.de) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type; bh=y2dtrLR/Q2PQnoHMk+2qHCZqc0BWjn78cRFCBpiqltw=; b=gs2PNkXw7CcE KVfED5vacp+sS0j1tjMg6s1uZO3cAup/U/BrZ/LyK6m31l8THT/e2koZDmRdzhWGupQdlfSLL70p3 D0vC9+wySPrVHmcNgZInQI0X3qQ9DGCWwQtdcsRPGYvaZICmLMq2HnfSS0zhy3WRbPsyMWyHPY5Mo xZUZg=; Received: by relay.waschbuesch.it with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim) (envelope-from ) id 1aYZDx-000Cgy-6M; Wed, 24 Feb 2016 13:11:25 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: automation of perl port creation from cpan From: =?utf-8?Q?Martin_Waschb=C3=BCsch?= In-Reply-To: <1456310441.2840611.530361410.300FD5FB@webmail.messagingengine.com> Date: Wed, 24 Feb 2016 14:11:24 +0100 Cc: Dave Cottlehuber Content-Transfer-Encoding: quoted-printable Message-Id: <5B6EA9F9-AD60-4D59-9DD1-FD1C833F429A@waschbuesch.de> References: <1456310441.2840611.530361410.300FD5FB@webmail.messagingengine.com> To: freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.3112) 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 13:11:31 -0000 >=20 > Am 24.02.2016 um 11:40 schrieb Dave Cottlehuber : >=20 > Hi, Hi Dave, > 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. You could have a look at App::Pm2Port = (https://metacpan.org/pod/App::Pm2Port) Ironically, it does not seem to be in ports, though, so you'd have to = install it via CPAN. Martin=