Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 08:06:16 +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: r550814 - head/devel/p5-GraphQL
Message-ID:  <202010010806.09186GZK012177@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 08:06:15 2020
New Revision: 550814
URL: https://svnweb.freebsd.org/changeset/ports/550814

Log:
  Remove outdated PERL_LEVEL check after lang/perl5.26 removal
  
  With hat:	perl

Modified:
  head/devel/p5-GraphQL/Makefile

Modified: head/devel/p5-GraphQL/Makefile
==============================================================================
--- head/devel/p5-GraphQL/Makefile	Thu Oct  1 08:06:11 2020	(r550813)
+++ head/devel/p5-GraphQL/Makefile	Thu Oct  1 08:06:15 2020	(r550814)
@@ -32,11 +32,4 @@ TEST_DEPENDS=	p5-Test-Exception>=0.42:devel/p5-Test-Ex
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502800
-BUILD_DEPENDS+=	p5-JSON-PP>=2.92:converters/p5-JSON-PP
-RUN_DEPENDS+=	p5-JSON-PP>=2.92:converters/p5-JSON-PP
-.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?202010010806.09186GZK012177>