Bug 61621

Summary: Add support for p5-Module::Build into bsd.port.mk
Product: Ports & Packages Reporter: skv <skv>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description skv freebsd_committer freebsd_triage 2004-01-20 11:20:12 UTC
"Module::Build" is a system for building, testing, and installing Perl
modules.

It will replace obsoleted "ExtUtils::MakeMaker".

Many of perl modules on CPAN upgrade its Makefile.PL scripts to Build.PL.

This patch is intended to add support for such modules into bsd.port.mk.

In new-fashion ports just one line in port's Makefile should be added:
PERL_MODBUILD=	yes

(instead usual "PERL_CONFIGURE=	yes").

Also this patch make operations with SITE_PERL more simple and obvious.

How-To-Repeat: 
	<Code/input/activities to reproduce the problem (multiple lines)>
Comment 1 skv freebsd_committer freebsd_triage 2004-01-20 12:13:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Over to maintainer(s)
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-01-31 04:43:11 UTC
State Changed
From-To: open->analyzed

This is currently being tested on bento.
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-02-04 05:33:23 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!