svn commit: r550814 - head/devel/p5-GraphQL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 08:06:24 UTC 2020


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>


More information about the svn-ports-head mailing list