svn commit: r496793 - head/devel/p5-MooX-Attribute-ENV

Wen Heping wen at FreeBSD.org
Mon Mar 25 06:07:34 UTC 2019


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


More information about the svn-ports-all mailing list