Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2004 15:48:31 +0000
From:      Tom Hukins <tom@FreeBSD.org>
To:        Aaron Dalton <aaron@daltons.ca>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: Perl and Module::Install
Message-ID:  <20041109154830.GA21363@eborcom.com>
In-Reply-To: <418E7DF3.6020706@daltons.ca>
References:  <418E7DF3.6020706@daltons.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 07, 2004 at 12:56:35PM -0700, Aaron Dalton wrote:
> 
> I am pretty new to Perl module porting and for the first time have come 
> across a module that uses Module::Install in Makefile.PL.  Now if I 
> manually do the standard:
> $ perl Makefile.PL
> $ make
> $ make install
> 
> it builds and installs fine.  Obviously the port tree make does 
> something different.  I use the same Makefile as for other ports but 
> when I go to build I get the following error:

Can you post the Makefile you use?  Without showing us what you're
doing, it's hard to know where you're going wrong.

> $ make
> ===>  Configuring for p5-Email-Obfuscate-1.13
> cd Can't open Makefile: No such file or directory.
> ===>  Building for p5-Email-Obfuscate-1.13
> make: cannot open Makefile.

My best guess is that you haven't set PERL_CONFIGURE in your port's
Makefile.

Tom



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041109154830.GA21363>