svn commit: r558623 - head/graphics/p5-Graph-ReadWrite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:19:47 UTC 2020


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>


More information about the svn-ports-all mailing list