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 ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
