diff options
author | Lars Thegler <lth@FreeBSD.org> | 2009-06-19 08:55:18 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2009-06-19 08:55:18 +0000 |
commit | 019c910cf8d69492b4f43d7d0f70488e94bc8f3c (patch) | |
tree | b3c69fe89b2b9d4ac1dca02357e4d5d06b5d119e /textproc/p5-UML-Class-Simple/Makefile | |
parent | 24b0d340d19ced4f463d232975b4144e8152a3e3 (diff) |
Notes
Diffstat (limited to 'textproc/p5-UML-Class-Simple/Makefile')
-rw-r--r-- | textproc/p5-UML-Class-Simple/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-UML-Class-Simple/Makefile b/textproc/p5-UML-Class-Simple/Makefile index 59c7d2403e55..3695e2fcdb7b 100644 --- a/textproc/p5-UML-Class-Simple/Makefile +++ b/textproc/p5-UML-Class-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= UML-Class-Simple -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Render simple UML class diagrams, by loading the code -RUN_DEPENDS= p5-Class-Inspector>=1.16:${PORTSDIR}/devel/p5-Class-Inspector \ +BUILD_DEPENDS= p5-Class-Inspector>=1.16:${PORTSDIR}/devel/p5-Class-Inspector \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ p5-IPC-Run3>0:${PORTSDIR}/devel/p5-IPC-Run3 \ p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ @@ -23,7 +23,7 @@ RUN_DEPENDS= p5-Class-Inspector>=1.16:${PORTSDIR}/devel/p5-Class-Inspector \ p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \ dot:${PORTSDIR}/graphics/graphviz -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |