Date: Sat, 19 Dec 2020 20:19:42 +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: r558623 - head/graphics/p5-Graph-ReadWrite Message-ID: <202012192019.0BJKJgW3018102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 19 20:19:42 2020 New Revision: 558623 URL: https://svnweb.freebsd.org/changeset/ports/558623 Log: Add LICENSE_FILE - Update version requirement of *_DEPENDS Modified: head/graphics/p5-Graph-ReadWrite/Makefile Modified: head/graphics/p5-Graph-ReadWrite/Makefile ============================================================================== --- head/graphics/p5-Graph-ReadWrite/Makefile Sat Dec 19 20:19:38 2020 (r558622) +++ head/graphics/p5-Graph-ReadWrite/Makefile Sat Dec 19 20:19:42 2020 (r558623) @@ -12,15 +12,17 @@ COMMENT= Reading and Writing a variety of graph file f LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Graph>=0.50:math/p5-Graph \ +RUN_DEPENDS= p5-Graph>=0,1:math/p5-Graph \ p5-Parse-Yapp>=0:devel/p5-Parse-Yapp \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-Writer>=0:textproc/p5-XML-Writer -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192019.0BJKJgW3018102>