Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 06:17:15 +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: r451488 - head/textproc/p5-Pod-MinimumVersion
Message-ID:  <201710080617.v986HFmR008798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct  8 06:17:15 2017
New Revision: 451488
URL: https://svnweb.freebsd.org/changeset/ports/451488

Log:
  Remove LICENSE_FILE

Modified:
  head/textproc/p5-Pod-MinimumVersion/Makefile

Modified: head/textproc/p5-Pod-MinimumVersion/Makefile
==============================================================================
--- head/textproc/p5-Pod-MinimumVersion/Makefile	Sun Oct  8 06:10:58 2017	(r451487)
+++ head/textproc/p5-Pod-MinimumVersion/Makefile	Sun Oct  8 06:17:15 2017	(r451488)
@@ -11,10 +11,9 @@ COMMENT=	report minimum Perl version for given POD
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-IO-String>=1.02:devel/p5-IO-String
-RUN_DEPENDS=	p5-IO-String>=1.02:devel/p5-IO-String
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes
 USES=		perl5



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