svn commit: r369802 - head/devel/p5-Return-MultiLevel

Wen Heping wen at FreeBSD.org
Thu Oct 2 08:08:44 UTC 2014


Author: wen
Date: Thu Oct  2 08:08:43 2014
New Revision: 369802
URL: https://svnweb.freebsd.org/changeset/ports/369802
QAT: https://qat.redports.org/buildarchive/r369802/

Log:
  - Add missing DEPENDS

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

Modified: head/devel/p5-Return-MultiLevel/Makefile
==============================================================================
--- head/devel/p5-Return-MultiLevel/Makefile	Thu Oct  2 08:03:47 2014	(r369801)
+++ head/devel/p5-Return-MultiLevel/Makefile	Thu Oct  2 08:08:43 2014	(r369802)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Return-MultiLevel
 PORTVERSION=	0.04
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MAUKE
@@ -14,6 +15,9 @@ COMMENT=	Return across multiple call lev
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Data-Munge>=0.07:${PORTSDIR}/devel/p5-Data-Munge
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list