[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is the requirement list up-to-date?
- Subject: Re: Is the requirement list up-to-date?
- From: Robert James Clay <..hidden..>
- Date: Sun, 01 Apr 2012 01:56:11 -0400
On Sat, 2012-03-31 at 19:56 -0400, Mikkel Høgh wrote:
> I have been struggling to create a FreeBSD port for LedgerSMB 1.3 ....
> I figured that it would be relatively straight forward to upgrade the 1.2 makefile,
> but reading the INSTALL file in 1.3, LSMB has a lot of new dependencies.
>
> Most of these I was able to find FreeBSD ports for, but sadly not all of them.
> These six are currently missing:
>
> * Cwd
> * IO::File
> * HTML::Entities
> * Locale::Country
> * Locale::Language
> * Math::BigFloat
>
What version of Perl are you checking against? And how are you
checking? At least as of v5.10 (reference www.perl.org) and with the
exception of HTML::Entities, those are core modules and should be
available. And HTML::Entities is part of HTML::Parser (p5-HTML-Parser).
Jame