aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graph-ReadWrite
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:19:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:19:42 +0000
commit8626dca6f26ceb3f3dae28f7cf1eb72eaf37dea4 (patch)
tree19e963efdea2646c9fb13154a3402b5aa62ecd70 /graphics/p5-Graph-ReadWrite
parentd18e8d17362e90e8c82cb26e5268a207beef611c (diff)
downloadports-8626dca6f26ceb3f3dae28f7cf1eb72eaf37dea4.tar.gz
ports-8626dca6f26ceb3f3dae28f7cf1eb72eaf37dea4.zip
Add LICENSE_FILE
- Update version requirement of *_DEPENDS
Notes
Notes: svn path=/head/; revision=558623
Diffstat (limited to 'graphics/p5-Graph-ReadWrite')
-rw-r--r--graphics/p5-Graph-ReadWrite/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile
index 290f8f49cb39..89d230b81856 100644
--- a/graphics/p5-Graph-ReadWrite/Makefile
+++ b/graphics/p5-Graph-ReadWrite/Makefile
@@ -12,15 +12,17 @@ COMMENT= Reading and Writing a variety of graph file formats
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>