ports/65900: (non-maintainer) IGNORE p5-ExtUtils-MakeMaker for Perl >= 5.6

Trevor Johnson trevor at FreeBSD.org
Thu Apr 22 23:00:48 UTC 2004


>Number:         65900
>Category:       ports
>Synopsis:       (non-maintainer) IGNORE p5-ExtUtils-MakeMaker for Perl >= 5.6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 22 16:00:46 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Trevor Johnson
>Release:        
>Organization:
>Environment:
>Description:
	As noted by des@, MakeMaker is included in recent versions of Perl.
>How-To-Repeat:
	N/A
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-ExtUtils-MakeMaker/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	20 Apr 2004 20:40:01 -0000	1.1
+++ Makefile	22 Apr 2004 22:40:18 -0000
@@ -15,6 +15,9 @@
 MAINTAINER=	ahze at ahze.net
 COMMENT=	Designed to write a Makefile for an extension module
 
+BUILD_DEPENDS=	${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	YES
 CONFIGURE_ARGS=	INSTALLDIRS=site
 
@@ -33,9 +36,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+=	${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators
-RUN_DEPENDS+=	${BUILD_DEPENDS}
+.if ${PERL_LEVEL} >= 500600
+IGNORE=	is already included in Perl 5.6 and greater
 .endif
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list