svn commit: r501413 - head/devel/p5-Mouse

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


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

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Mouse/Makefile

Modified: head/devel/p5-Mouse/Makefile
==============================================================================
--- head/devel/p5-Mouse/Makefile	Sun May 12 16:37:22 2019	(r501412)
+++ head/devel/p5-Mouse/Makefile	Sun May 12 16:37:27 2019	(r501413)
@@ -39,11 +39,4 @@ USE_PERL5=	modbuild
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mouse/Mouse.so
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502503
-BUILD_DEPENDS+=	p5-Devel-PPPort>=3.33:devel/p5-Devel-PPPort
-RUN_DEPENDS+=	p5-Devel-PPPort>=3.33:devel/p5-Devel-PPPort
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list