Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2017 19:58:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442314 - head/devel/p5-Inline-C
Message-ID:  <201706011958.v51Jw67u008618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jun  1 19:58:06 2017
New Revision: 442314
URL: https://svnweb.freebsd.org/changeset/ports/442314

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Inline-C/Makefile

Modified: head/devel/p5-Inline-C/Makefile
==============================================================================
--- head/devel/p5-Inline-C/Makefile	Thu Jun  1 19:58:01 2017	(r442313)
+++ head/devel/p5-Inline-C/Makefile	Thu Jun  1 19:58:06 2017	(r442314)
@@ -28,11 +28,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.00:devel/p5-ExtUtils-MakeMaker
-RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.00:devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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