diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-16 20:11:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-16 20:11:16 +0000 |
commit | ee1684f0e7926ccd2871c7bd40ac363bc6c95429 (patch) | |
tree | 7d20ed8cb5e9800ac0391125961cf7c5304fd293 /graphics/p5-GraphViz-Data-Structure/Makefile | |
parent | d140cbbb54bd6c72e0c78ad5942edb42347421f9 (diff) |
Notes
Diffstat (limited to 'graphics/p5-GraphViz-Data-Structure/Makefile')
-rw-r--r-- | graphics/p5-GraphViz-Data-Structure/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile index 74893ac73bcd..d311fa7302f4 100644 --- a/graphics/p5-GraphViz-Data-Structure/Makefile +++ b/graphics/p5-GraphViz-Data-Structure/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz-Data-Structure -PORTVERSION= 0.19 -PORTREVISION= 1 +PORTVERSION= 0.20 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Visualise data structures +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= dot:graphics/graphviz \ p5-GraphViz>=0:graphics/p5-GraphViz @@ -18,4 +21,6 @@ RUN_DEPENDS= dot:graphics/graphviz \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |