Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2019 03:21:17 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498993 - head/devel/p5-Params-ValidationCompiler
Message-ID:  <201904150321.x3F3LHc4023533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Apr 15 03:21:16 2019
New Revision: 498993
URL: https://svnweb.freebsd.org/changeset/ports/498993

Log:
  - Update DEPENDS
  - Add NO_ARCH
  
  PR:		237231
  Submitted by:	sunpoet@

Modified:
  head/devel/p5-Params-ValidationCompiler/Makefile

Modified: head/devel/p5-Params-ValidationCompiler/Makefile
==============================================================================
--- head/devel/p5-Params-ValidationCompiler/Makefile	Mon Apr 15 03:02:59 2019	(r498992)
+++ head/devel/p5-Params-ValidationCompiler/Makefile	Mon Apr 15 03:21:16 2019	(r498993)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Params-ValidationCompiler
 PORTVERSION=	0.30
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,16 +13,17 @@ COMMENT=	Build an optimized subroutine parameter valid
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Exception-Class>=0:devel/p5-Exception-Class \
-		p5-Eval-Closure>=0:devel/p5-Eval-Closure
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Exception-Class>=0:devel/p5-Exception-Class \
-		p5-Eval-Closure>=0:devel/p5-Eval-Closure \
-		p5-Specio>=0.14:devel/p5-Specio
-TEST_DEPENDS=	p5-Test2-Suite>=0:devel/p5-Test2-Suite \
+		p5-Eval-Closure>=0:devel/p5-Eval-Closure
+TEST_DEPENDS=	p5-Specio>=0.14:devel/p5-Specio \
+		p5-Test2-Suite>=0:devel/p5-Test2-Suite \
 		p5-Test2-Plugin-NoWarnings>=0:devel/p5-Test2-Plugin-NoWarnings \
 		p5-Test-Without-Module>=0:devel/p5-Test-Without-Module
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904150321.x3F3LHc4023533>