FreeBSD Port: p5-Class-DBI-Loader-0.11

Matt Adams matt.adams at morcor.com
Thu Jan 13 07:07:11 PST 2005


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 at 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
-------------- next part --------------
--- 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
 


More information about the freebsd-ports mailing list