svn commit: r501424 - head/math/p5-Math-String

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


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

Log:
  Remove outdated PERL_LEVEL check

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

Modified: head/math/p5-Math-String/Makefile
==============================================================================
--- head/math/p5-Math-String/Makefile	Sun May 12 16:38:17 2019	(r501423)
+++ head/math/p5-Math-String/Makefile	Sun May 12 16:38:22 2019	(r501424)
@@ -14,15 +14,9 @@ COMMENT=	Perl module to calculate with strings as if t
 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} < 502508
-BUILD_DEPENDS+=	p5-Math-BigInt>=1.999802:math/p5-Math-BigInt
-RUN_DEPENDS+=	p5-Math-BigInt>=1.999802:math/p5-Math-BigInt
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list