From owner-freebsd-ports@freebsd.org Wed Feb 24 10:40:43 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 A8213AB2EBD for ; Wed, 24 Feb 2016 10:40:43 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82D63F5D for ; Wed, 24 Feb 2016 10:40:43 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id C7C5A20BB0 for ; Wed, 24 Feb 2016 05:40:41 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute2.internal (MEProxy); Wed, 24 Feb 2016 05:40:41 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=skunkwerks.at; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=3Dz 0gepVZL76Z1UyZYT/ykL0hUI=; b=Y4QY5GJeVP2pX5uUKCbcUAAEsKDXyaXELpc 6iTjv+9bDCmtFGNkaVS4MEYxNGmufX62LfPTIRKlk4wPqm10WJOKWtscRJMWmS0y KM/hSyA0boa+Gj2TJhh6BZzO4ADQfOlpY/Btkm9QVab5JWur9zommDH7+aqs1e+y nzetsbw0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=3Dz0gepVZL76Z1UyZYT/ykL0hUI=; b=tndO3 GsYSo6yWrLJY+zwSH/c2ix8lLOY+Bp3VD1HT5dfl6fByX7z0eIZ4GlYnmc9EGcti TAkIx1KZkB3ddSwChUmUoIlNFDdvWYBnv67U/fBIxe2iC7Jhe3PCOoH47rlBJPbf gZLigRTwNWMkns/yrq1hireB5GBp5r5ZXBsNqA= Received: by web6.nyi.internal (Postfix, from userid 99) id 92ED448777; Wed, 24 Feb 2016 05:40:41 -0500 (EST) Message-Id: <1456310441.2840611.530361410.300FD5FB@webmail.messagingengine.com> X-Sasl-Enc: WPY2KuytQjysQR3Nw/y5UQpCR145yXMmB3cefLQM0IO+ 1456310441 From: Dave Cottlehuber To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-aeec9b65 Subject: automation of perl port creation from cpan Date: Wed, 24 Feb 2016 11:40:41 +0100 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 10:40:43 -0000 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