Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2019 06:07:34 +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: r496793 - head/devel/p5-MooX-Attribute-ENV
Message-ID:  <201903250607.x2P67YB3067475@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Mar 25 06:07:33 2019
New Revision: 496793
URL: https://svnweb.freebsd.org/changeset/ports/496793

Log:
  - Add missing DEPENDS
  
  Spotted by:	adamw@

Modified:
  head/devel/p5-MooX-Attribute-ENV/Makefile

Modified: head/devel/p5-MooX-Attribute-ENV/Makefile
==============================================================================
--- head/devel/p5-MooX-Attribute-ENV/Makefile	Mon Mar 25 05:58:02 2019	(r496792)
+++ head/devel/p5-MooX-Attribute-ENV/Makefile	Mon Mar 25 06:07:33 2019	(r496793)
@@ -2,6 +2,7 @@
 
 PORTNAME=	MooX-Attribute-ENV
 PORTVERSION=	0.02
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,6 +12,9 @@ COMMENT=	Allow Moo attributes to get their values from
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Moo>=0:devel/p5-Moo
 
 USES=		perl5
 USE_PERL5=	configure



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