From owner-freebsd-questions@FreeBSD.ORG Wed Aug 29 23:22:41 2007 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 B462916A417 for ; Wed, 29 Aug 2007 23:22:41 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id 7421413C474 for ; Wed, 29 Aug 2007 23:22:41 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so274983nzf for ; Wed, 29 Aug 2007 16:22:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pxECaYo0edF0M6n1oWfFhqNTTHiwu8ZX5mIAvRL9plLGxOldPWUzLJzqDI35dVr5rNlyR4gH7Pv48rIsClXc02LUGFbOY9flU4KbWiJx8KSiogOlnB2q1Y055T/iVdUtWY4yEfbyamSBegEJFQVh+VYFh8h0+Y33EJ6kdgKCEjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=O14FhR2XEiqyMsZqYGdxC0gPcyybFJm4FoqeQnVl4eYton0dsrSc2Oox8B6La7ukpCsZPITedcgovKAW/kc7eXM6WjCuGCmE6OIvl4K3WNEUycJ1NLraOA+U6g7VyssJLa4m+QQn1n9wdMSboCz7AcyOca4wzhoLi3DnoI+epTA= Received: by 10.143.29.17 with SMTP id g17mr57766wfj.1188429760025; Wed, 29 Aug 2007 16:22:40 -0700 (PDT) Received: by 10.143.44.8 with HTTP; Wed, 29 Aug 2007 16:22:39 -0700 (PDT) Message-ID: Date: Wed, 29 Aug 2007 16:22:39 -0700 From: "Kurt Buff" To: "Questions User" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Quick perl ports question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2007 23:22:41 -0000 I'm trying to implement a script that I found, and it's referencing Net::LDAP, Net::LDAP::Control::Paged and Net::LDAP::Constant I'm not finding p5-net-ldap in ports, though I do see p5-ResourcePool-Resource-Net-LDAP and p5-perl-ldap. Can I: A) leave the script as-is, and simply install one or the other of these ports, and have it work? If so, which one? Or, must I B) commit minor surgery on the script wherever I see references to those packages, and if so, what might that look like? The script in question is found here: http://www-personal.umich.edu/~malth/gaptuning/postfix/ for getting SMTP addresses from my Exchange server. TIA, Kurt