From owner-freebsd-ports@FreeBSD.ORG Thu Jan 13 15:07:11 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78D3216A4CE; Thu, 13 Jan 2005 15:07:11 +0000 (GMT) Received: from simmts5-srv.bellnexxia.net (simmts5.bellnexxia.net [206.47.199.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DFD043D1D; Thu, 13 Jan 2005 15:07:08 +0000 (GMT) (envelope-from matt.adams@morcor.com) Received: from [192.168.1.50] ([69.159.72.157]) by simmts5-srv.bellnexxia.netESMTP <20050113150707.SGUD1614.simmts5-srv.bellnexxia.net@[192.168.1.50]>; Thu, 13 Jan 2005 10:07:07 -0500 Message-ID: <41E68E9A.9060500@morcor.com> Date: Thu, 13 Jan 2005 10:07:06 -0500 From: Matt Adams Organization: Morcor Solutions Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20041229 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mat@FreeBSD.org X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------060306090605020504070403" cc: ports@FreeBSD.org Subject: FreeBSD Port: p5-Class-DBI-Loader-0.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: matt.adams@morcor.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 15:07:11 -0000 This is a multi-part message in MIME format. --------------060306090605020504070403 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi there: Just wanted to let you know that Class::DBI::Loader::Generic uses Lingua::EN::Inflect and that the Makefile for p5-Class-DBI-Loader should probably include Lingua::EN::Inflect as a RUN_DEPENDS. I've attached a patch against the current Makefile (as of version 1.7). Cheers Matt -- Matt Adams Development Specialist Morcor Solutions Inc. (613) 354-2912 x228 GnuPG public key at Key fingerprint: BED5 B4F7 CCF5 D7B5 7C56 0505 9A0A A0FB C937 5975 --------------060306090605020504070403 Content-Type: text/plain; name="Makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.patch" --- Makefile Thu Jan 13 09:58:38 2005 +++ Makefile.new Thu Jan 13 10:05:26 2005 @@ -17,7 +17,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI +RUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ + ${SITE_PERL}/Lingua/EN/Inflect.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect PERL_CONFIGURE= yes --------------060306090605020504070403--