Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2017 18:12:48 +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: r442418 - head/devel/p5-Return-Type
Message-ID:  <201706021812.v52ICmm0062674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun  2 18:12:48 2017
New Revision: 442418
URL: https://svnweb.freebsd.org/changeset/ports/442418

Log:
  Remove outdated PERL_LEVEL check
  
  - Add NO_ARCH

Modified:
  head/devel/p5-Return-Type/Makefile

Modified: head/devel/p5-Return-Type/Makefile
==============================================================================
--- head/devel/p5-Return-Type/Makefile	Fri Jun  2 18:12:40 2017	(r442417)
+++ head/devel/p5-Return-Type/Makefile	Fri Jun  2 18:12:48 2017	(r442418)
@@ -20,14 +20,8 @@ BUILD_DEPENDS=	p5-Type-Tiny>=0:devel/p5-Type-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
-.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?201706021812.v52ICmm0062674>