aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-UML-Class-Simple/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2008-06-24 07:13:05 +0000
committerLars Thegler <lth@FreeBSD.org>2008-06-24 07:13:05 +0000
commit41a249dcf9f6da0918b4f48718f1314da5a57ec1 (patch)
treefc99f4d34f5b5eb15f4fafb95120df95a38d87ff /textproc/p5-UML-Class-Simple/Makefile
parent21ae257e6efc03690b7582241d7442d1171237e1 (diff)
Update to 0.11
Notes
Notes: svn path=/head/; revision=215668
Diffstat (limited to 'textproc/p5-UML-Class-Simple/Makefile')
-rw-r--r--textproc/p5-UML-Class-Simple/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-UML-Class-Simple/Makefile b/textproc/p5-UML-Class-Simple/Makefile
index fb9974ead916..8a147a802dc1 100644
--- a/textproc/p5-UML-Class-Simple/Makefile
+++ b/textproc/p5-UML-Class-Simple/Makefile
@@ -6,23 +6,22 @@
#
PORTNAME= UML-Class-Simple
-PORTVERSION= 0.09
-PORTREVISION= 2
+PORTVERSION= 0.11
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= UML
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Render simple UML class diagrams, by loading the code
-RUN_DEPENDS= p5-PPI>0:${PORTSDIR}/textproc/p5-PPI \
- p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \
- p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \
+RUN_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-Class-Inspector>=1.16:${PORTSDIR}/devel/p5-Class-Inspector \
p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
- p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
+ p5-PPI>0:${PORTSDIR}/textproc/p5-PPI \
+ p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \
+ 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}