svn commit: r431901 - head/devel/p5-Module-Runtime-Conflicts

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 19 19:26:23 UTC 2017


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


More information about the svn-ports-all mailing list