Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2017 19:26:22 +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: r431901 - head/devel/p5-Module-Runtime-Conflicts
Message-ID:  <201701191926.v0JJQMTB095298@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 19 19:26:21 2017
New Revision: 431901
URL: https://svnweb.freebsd.org/changeset/ports/431901

Log:
  Add mising *_DEPENDS
  
  - Add LICENSE_FILE
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Module-Runtime-Conflicts/Makefile

Modified: head/devel/p5-Module-Runtime-Conflicts/Makefile
==============================================================================
--- head/devel/p5-Module-Runtime-Conflicts/Makefile	Thu Jan 19 19:26:17 2017	(r431900)
+++ head/devel/p5-Module-Runtime-Conflicts/Makefile	Thu Jan 19 19:26:21 2017	(r431901)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Module-Runtime-Conflicts
 PORTVERSION=	0.003
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +13,11 @@ COMMENT=	Provide information on conflict
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENCE
+
+BUILD_DEPENDS=	p5-Dist-CheckConflicts>=0:devel/p5-Dist-CheckConflicts \
+		p5-Module-Runtime>=0:devel/p5-Module-Runtime
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes
 USE_PERL5=	configure



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