aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graph-Easy/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2013-05-27 09:37:49 +0000
committerAnton Berezin <tobez@FreeBSD.org>2013-05-27 09:37:49 +0000
commitac30151c583f4f51ace2b74fcf2ee2e267b2f9c8 (patch)
treedb27d9412003058d5a9d7aaf951142b3e3b70e34 /graphics/p5-Graph-Easy/Makefile
parent79893a6916381932fecb70626425e82b7d8fc8a1 (diff)
downloadports-ac30151c583f4f51ace2b74fcf2ee2e267b2f9c8.tar.gz
ports-ac30151c583f4f51ace2b74fcf2ee2e267b2f9c8.zip
Notes
Diffstat (limited to 'graphics/p5-Graph-Easy/Makefile')
-rw-r--r--graphics/p5-Graph-Easy/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile
index 85249ebec4fb..33791bd86b40 100644
--- a/graphics/p5-Graph-Easy/Makefile
+++ b/graphics/p5-Graph-Easy/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: graphics/p5-Graph-Easy
-# Date created: 22 October 2005
-# Whom: Anton Berezin <tobez@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Graph-Easy
-PORTVERSION= 0.72
+PORTVERSION= 0.73
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -47,6 +43,7 @@ MAN3= Graph::Easy.3 \
Graph::Easy::Node::Empty.3 \
Graph::Easy::Parser.3 \
Graph::Easy::Parser::Graphviz.3 \
- Graph::Easy::Parser::VCG.3
+ Graph::Easy::Parser::VCG.3 \
+ Graph::Easy::Util.3
.include <bsd.port.mk>