svn commit: r451488 - head/textproc/p5-Pod-MinimumVersion
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 8 06:17:17 UTC 2017
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
More information about the svn-ports-head
mailing list