Date: Thu, 13 Jan 2005 10:07:06 -0500 From: Matt Adams <matt.adams@morcor.com> To: mat@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: p5-Class-DBI-Loader-0.11 Message-ID: <41E68E9A.9060500@morcor.com>
next in thread | raw e-mail | index | archive | help
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 <matt.adams@morcor.com> Development Specialist Morcor Solutions Inc. <http://www.morcor.com/> (613) 354-2912 x228 GnuPG public key at <http://staff.morcor.com/~madams/> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41E68E9A.9060500>