Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 16:38:17 +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: r501423 - head/math/p5-Math-BigRat
Message-ID:  <201905121638.x4CGcH59012950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 12 16:38:17 2019
New Revision: 501423
URL: https://svnweb.freebsd.org/changeset/ports/501423

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/math/p5-Math-BigRat/Makefile

Modified: head/math/p5-Math-BigRat/Makefile
==============================================================================
--- head/math/p5-Math-BigRat/Makefile	Sun May 12 16:38:12 2019	(r501422)
+++ head/math/p5-Math-BigRat/Makefile	Sun May 12 16:38:17 2019	(r501423)
@@ -13,15 +13,9 @@ COMMENT=	Arbitrary big rational numbers
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
+NO_ARCH=	yes
 
-.if ${PERL_LEVEL} < 502503
-BUILD_DEPENDS+=	p5-Math-BigInt>=1.999718:math/p5-Math-BigInt
-RUN_DEPENDS+=	p5-Math-BigInt>=1.999718:math/p5-Math-BigInt
-.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?201905121638.x4CGcH59012950>