svn commit: r501412 - head/devel/p5-IPC-Cmd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 12 16:37:27 UTC 2019


Author: sunpoet
Date: Sun May 12 16:37:22 2019
New Revision: 501412
URL: https://svnweb.freebsd.org/changeset/ports/501412

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-IPC-Cmd/Makefile

Modified: head/devel/p5-IPC-Cmd/Makefile
==============================================================================
--- head/devel/p5-IPC-Cmd/Makefile	Sun May 12 16:37:17 2019	(r501411)
+++ head/devel/p5-IPC-Cmd/Makefile	Sun May 12 16:37:22 2019	(r501412)
@@ -19,11 +19,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502504
-BUILD_DEPENDS+=	p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional
-RUN_DEPENDS+=	p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list