From owner-freebsd-perl@FreeBSD.ORG Fri Sep 24 09:06:14 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D1AB16A4CE for ; Fri, 24 Sep 2004 09:06:14 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC82743D39 for ; Fri, 24 Sep 2004 09:06:13 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i8O968c9009412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Sep 2004 10:06:08 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)i8O968Ki009411; Fri, 24 Sep 2004 10:06:08 +0100 (BST) (envelope-from matthew) Date: Fri, 24 Sep 2004 10:06:08 +0100 From: Matthew Seaman To: "Dan Mahoney, System Admin" Message-ID: <20040924090608.GF8309@happy-idiot-talk.infracaninophile.co.uk> References: <20040924043002.Q78840@prime.gushi.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0qt3EE9wi45a2ZFX" Content-Disposition: inline In-Reply-To: <20040924043002.Q78840@prime.gushi.org> User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (smtp.infracaninophile.co.uk [IPv6:::1]); Fri, 24 Sep 2004 10:06:08 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040904, clamav-milter version 0.75l on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: perl@freebsd.org cc: users@spamassassin.apache.org Subject: Re: FreeBSD port of SpamAssassin 3.0.0 (continued) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 09:06:14 -0000 --0qt3EE9wi45a2ZFX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 24, 2004 at 04:37:05AM -0400, Dan Mahoney, System Admin wrote: > I've gotten a Makefile mostly tuned for sa3, based on the FreeBSD port=20 > makefile for 2.64. I've added most of the dependencies, but FreeBSD=20 > doesn't have ports for Net::SMTP or IP::Country::Fast, so those two=20 > features can't be auto-installed unless the ports maintainer comes up wit= h=20 > them. Net::SMTP is provided by the net/p5-Net port. As far as I can see, there's no mechanism within ports for depending on a specific version of a perl module. However you could add a test into the pre-everything target. eg: pre-everything:: perl -M'Some::Module qw(1.2.345)' will cause the build to exit with an error unless at least version 1.2.345 of Some::Module is available. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --0qt3EE9wi45a2ZFX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBU+OAiD657aJF7eIRArhaAKC3MMJh4GuDx78strVvaCc094OUAACeIq+D rUXe49I+dXnFbj43dYRXxjI= =rMq8 -----END PGP SIGNATURE----- --0qt3EE9wi45a2ZFX--