svn commit: r501417 - head/devel/p5-rpm-build-perl

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


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

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-rpm-build-perl/Makefile

Modified: head/devel/p5-rpm-build-perl/Makefile
==============================================================================
--- head/devel/p5-rpm-build-perl/Makefile	Sun May 12 16:37:43 2019	(r501416)
+++ head/devel/p5-rpm-build-perl/Makefile	Sun May 12 16:37:48 2019	(r501417)
@@ -11,6 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	This module is required to build Perl RPM packages
 
+BROKEN=		does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=117350
+
 TEST_DEPENDS=	p5-Try-Tiny>=0:lang/p5-Try-Tiny
 
 USES=		perl5
@@ -19,10 +21,4 @@ USE_PERL5=	configure
 post-patch:
 	@${REINPLACE_CMD} -e 's| perl.clean||' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 502501
-BROKEN=		Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=117350
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list